#0CF06C

Color #0CF06C Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #0CF06C

Tints of Spring Green #0CF06C

Color information

#0CF06C (or 0x0CF06C) is unknown color: approx Spring Green. HEX triplet: 0C, F0 and 6C. RGB value is (12,240,108). Sum of RGB (Red+Green+Blue) = 12+240+108=360 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.33% from 360); Green value is 240 (94.14% from 255 or 66.67% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 240 - color contains mainly: green. Hex color #0CF06C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CF06C is #F30F93. Grayscale: #9D9D9D. Windows color (decimal): -15929236 or 7139340. OLE color: 7139340.

HSL color Cylindrical-coordinate representation of color #0CF06C: hue angle of 145.26º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF06C is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB12240108-
CMYK0.9500.550.06
HSL145.26º90.48%49.41%-
HSV(B)145.26º95%94.12%-
XYZ34.0263.4824.65-
YUV156.78100.4624.73-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.33%
GREEN value IS 240 (94.14% from 255) = 66.67%
BLUE value IS 108 (42.58% from 255) = 30%
R=3.33%
G=66.67%
B=30%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal122401080.9500.550.06145.2690.4849.41
HexCF06C5F0376915a31
Octal14360154137067622113261
Binary110011110000110110010111110110111110100100011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CF06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,240,108); }

 H1.HeaderClassName
 {
   color: #0CF06C;
 }
 .AnyTagClassName
 {
   color: #0CF06C;
 }
</style>
background-color css

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

 a { background-color: rgb(12,240,108); }

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

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

 span { border-color: rgb(12,240,108); }

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