Html Css Color HEX #0CF36A Spring Green

📋 copy color: '#0CF36A'

red 12 ◦ green 243 ◦ blue 106

#0CF36A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Green #0CF36A

Tints of Spring Green #0CF36A

RGB

 RED value IS 12 (5.08% from 255) = 3.32%

 GREEN value IS 243 (95.31% from 255) = 67.31%

 BLUE value IS 106 (41.8% from 255) = 29.36%

R = 3.32%
G = 67.31%
B = 29.36%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0CF36A (or 0x0CF36A) is known color: Spring Green. HEX triplet: 0C, F3 and 6A. RGB value is (12,243,106). Sum of RGB (Red+Green+Blue) = 12+243+106=361 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.32% from 361); Green value is 243 (95.31% from 255 or 67.31% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 243 - color contains mainly: green. Hex color #0CF36A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CF36A is #F30C95. Grayscale: #9E9E9E. Windows color (decimal): -15928470 or 7009036. OLE color: 7009036.

HSL color Cylindrical-coordinate representation of color #0CF36A: hue angle of 144.42º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF36A is Cyan = 0.95, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 12 243 106 -
CMYK 0.95 0 0.56 0.05
HSL 144.42º 0.91% 0.5% -
HSV(B) 144.42º 0.95% 0.95% -
XYZ 34.8 65.22 24.39 -
YUV 158.31 98.47 23.64 -
System Red Green Blue C M Y K H S L
Decimal 12 243 106 0.95 0 0.56 0.05 144.42 0.91 0.5
Hex C F3 6A 5F 0 38 5 90 5B 32
Octal 14 363 152 137 0 70 5 220 133 62
Binary 1100 11110011 1101010 1011111 0 111000 101 10010000 1011011 110010

Color Harmonies of #0CF36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CF36A

Black with #0CF36A

Text Example


Text Example

White with #0CF36A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CF36A; }

 p { color: rgb(12,243,106); }

 H1.HeaderClassName
 {
   color: #0CF36A;
 }
 .AnyTagClassName
 {
   color: #0CF36A;
 }
</style>

background-color css

<style>
 a { background-color: #0CF36A; }

 a { background-color: rgb(12,243,106); }

 div.DivClassName
 {
   background-color: #0CF36A;
 }
 .BgClassName
 {
   background-color: #0CF36A;
 }
</style>

border-color css

<style>
 span { border-color: #0CF36A; }

 span { border-color: rgb(12,243,106); }

 td.TdClassName
 {
   border-color: #0CF36A;
 }
 .TagClassName
 {
   border-color: #0CF36A;
 }
</style>