Html Css Color HEX #0CE96C Spring Green

📋 copy color: '#0CE96C'

red 12 ◦ green 233 ◦ blue 108

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

Shades of Spring Green #0CE96C

Tints of Spring Green #0CE96C

RGB

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

 GREEN value IS 233 (91.41% from 255) = 66.01%

 BLUE value IS 108 (42.58% from 255) = 30.59%

R = 3.4%
G = 66.01%
B = 30.59%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#0CE96C (or 0x0CE96C) is known color: Spring Green. HEX triplet: 0C, E9 and 6C. RGB value is (12,233,108). Sum of RGB (Red+Green+Blue) = 12+233+108=353 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.40% from 353); Green value is 233 (91.41% from 255 or 66.01% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 233 - color contains mainly: green. Hex color #0CE96C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CE96C is #F31693. Grayscale: #989898. Windows color (decimal): -15931028 or 7137548. OLE color: 7137548.

HSL color Cylindrical-coordinate representation of color #0CE96C: hue angle of 146.06º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE96C is Cyan = 0.95, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB 12 233 108 -
CMYK 0.95 0 0.54 0.09
HSL 146.06º 0.9% 0.48% -
HSV(B) 146.06º 0.95% 0.91% -
XYZ 32 59.44 23.97 -
YUV 152.67 102.78 27.66 -
System Red Green Blue C M Y K H S L
Decimal 12 233 108 0.95 0 0.54 0.09 146.06 0.9 0.48
Hex C E9 6C 5F 0 36 9 92 5A 30
Octal 14 351 154 137 0 66 11 222 132 60
Binary 1100 11101001 1101100 1011111 0 110110 1001 10010010 1011010 110000

Color Harmonies of #0CE96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CE96C

Black with #0CE96C

Text Example


Text Example

White with #0CE96C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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