Html Css Color HEX #0CE586 Spring Green

📋 copy color: '#0CE586'

red 12 ◦ green 229 ◦ blue 134

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

Shades of Spring Green #0CE586

Tints of Spring Green #0CE586

RGB

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

 GREEN value IS 229 (89.84% from 255) = 61.07%

 BLUE value IS 134 (52.73% from 255) = 35.73%

R = 3.2%
G = 61.07%
B = 35.73%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.41

 K value IS 0.10

RGB Variations

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

Color information

#0CE586 (or 0x0CE586) is known color: Spring Green. HEX triplet: 0C, E5 and 86. RGB value is (12,229,134). Sum of RGB (Red+Green+Blue) = 12+229+134=375 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.2% from 375); Green value is 229 (89.84% from 255 or 61.07% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 229 - color contains mainly: green. Hex color #0CE586 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CE586 is #F31A79. Grayscale: #999999. Windows color (decimal): -15932026 or 8840460. OLE color: 8840460.

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

Color convert

RGB 12 229 134 -
CMYK 0.95 0 0.41 0.10
HSL 153.73º 0.9% 0.47% -
HSV(B) 153.73º 0.95% 0.9% -
XYZ 32.47 57.84 32.01 -
YUV 153.29 117.11 27.22 -
System Red Green Blue C M Y K H S L
Decimal 12 229 134 0.95 0 0.41 0.10 153.73 0.9 0.47
Hex C E5 86 5F 0 29 A 9A 5A 2F
Octal 14 345 206 137 0 51 12 232 132 57
Binary 1100 11100101 10000110 1011111 0 101001 1010 10011010 1011010 101111

Color Harmonies of #0CE586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CE586

Black with #0CE586

Text Example


Text Example

White with #0CE586

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,229,134); }

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

background-color css

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

 a { background-color: rgb(12,229,134); }

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

border-color css

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

 span { border-color: rgb(12,229,134); }

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