#0CDF7E

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

Shades of Spring Green #0CDF7E

Tints of Spring Green #0CDF7E

Color information

#0CDF7E (or 0x0CDF7E) is unknown color: approx Spring Green. HEX triplet: 0C, DF and 7E. RGB value is (12,223,126). Sum of RGB (Red+Green+Blue) = 12+223+126=361 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.32% from 361); Green value is 223 (87.5% from 255 or 61.77% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 223 - color contains mainly: green. Hex color #0CDF7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CDF7E is #F32081. Grayscale: #959595. Windows color (decimal): -15933570 or 8314636. OLE color: 8314636.

HSL color Cylindrical-coordinate representation of color #0CDF7E: hue angle of 152.42º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDF7E is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB12223126-
CMYK0.9500.430.13
HSL152.42º89.79%46.08%-
HSV(B)152.42º94.62%87.45%-
XYZ30.3154.3628.63-
YUV148.85115.130.39-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.32%
GREEN value IS 223 (87.5% from 255) = 61.77%
BLUE value IS 126 (49.61% from 255) = 34.90%
R=3.32%
G=61.77%
B=34.90%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal122231260.9500.430.13152.4289.7946.08
HexCDF7E5F02BD985a2e
Octal143371761370531523013256
Binary1100110111111111110101111101010111101100110001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CDF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,223,126); }

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

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

 a { background-color: rgb(12,223,126); }

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

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

 span { border-color: rgb(12,223,126); }

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