Html Css Color HEX #0CD978 Spring Green

📋 copy color: '#0CD978'

red 12 ◦ green 217 ◦ blue 120

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

Shades of Spring Green #0CD978

Tints of Spring Green #0CD978

RGB

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

 GREEN value IS 217 (85.16% from 255) = 62.18%

 BLUE value IS 120 (47.27% from 255) = 34.38%

R = 3.44%
G = 62.18%
B = 34.38%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#0CD978 (or 0x0CD978) is known color: Spring Green. HEX triplet: 0C, D9 and 78. RGB value is (12,217,120). Sum of RGB (Red+Green+Blue) = 12+217+120=349 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.44% from 349); Green value is 217 (85.16% from 255 or 62.18% from 349); Blue value is 120 (47.27% from 255 or 34.38% from 349); Max value from RGB is 217 - color contains mainly: green. Hex color #0CD978 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD978 is #F32687. Grayscale: #909090. Windows color (decimal): -15935112 or 7919884. OLE color: 7919884.

HSL color Cylindrical-coordinate representation of color #0CD978: hue angle of 151.61º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD978 is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 12 217 120 -
CMYK 0.94 0 0.45 0.15
HSL 151.61º 0.9% 0.45% -
HSV(B) 151.61º 0.94% 0.85% -
XYZ 28.35 51.06 26.13 -
YUV 144.65 114.08 33.39 -
System Red Green Blue C M Y K H S L
Decimal 12 217 120 0.94 0 0.45 0.15 151.61 0.9 0.45
Hex C D9 78 5E 0 2D F 98 5A 2D
Octal 14 331 170 136 0 55 17 230 132 55
Binary 1100 11011001 1111000 1011110 0 101101 1111 10011000 1011010 101101

Color Harmonies of #0CD978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD978

Black with #0CD978

Text Example


Text Example

White with #0CD978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,217,120); }

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

background-color css

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

 a { background-color: rgb(12,217,120); }

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

border-color css

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

 span { border-color: rgb(12,217,120); }

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