Html Css Color HEX #0CDC75 Spring Green

📋 copy color: '#0CDC75'

red 12 ◦ green 220 ◦ blue 117

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

Shades of Spring Green #0CDC75

Tints of Spring Green #0CDC75

RGB

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

 GREEN value IS 220 (86.33% from 255) = 63.04%

 BLUE value IS 117 (46.09% from 255) = 33.52%

R = 3.44%
G = 63.04%
B = 33.52%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#0CDC75 (or 0x0CDC75) is known color: Spring Green. HEX triplet: 0C, DC and 75. RGB value is (12,220,117). Sum of RGB (Red+Green+Blue) = 12+220+117=349 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.44% from 349); Green value is 220 (86.33% from 255 or 63.04% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 220 - color contains mainly: green. Hex color #0CDC75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CDC75 is #F3238A. Grayscale: #929292. Windows color (decimal): -15934347 or 7724044. OLE color: 7724044.

HSL color Cylindrical-coordinate representation of color #0CDC75: hue angle of 150.29º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDC75 is Cyan = 0.95, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 12 220 117 -
CMYK 0.95 0 0.47 0.14
HSL 150.29º 0.9% 0.45% -
HSV(B) 150.29º 0.95% 0.86% -
XYZ 28.96 52.55 25.45 -
YUV 146.07 111.59 32.38 -
System Red Green Blue C M Y K H S L
Decimal 12 220 117 0.95 0 0.47 0.14 150.29 0.9 0.45
Hex C DC 75 5F 0 2F E 96 5A 2D
Octal 14 334 165 137 0 57 16 226 132 55
Binary 1100 11011100 1110101 1011111 0 101111 1110 10010110 1011010 101101

Color Harmonies of #0CDC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDC75

Black with #0CDC75

Text Example


Text Example

White with #0CDC75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,220,117); }

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

background-color css

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

 a { background-color: rgb(12,220,117); }

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

border-color css

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

 span { border-color: rgb(12,220,117); }

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