Html Css Color HEX #0CE97D Spring Green

📋 copy color: '#0CE97D'

red 12 ◦ green 233 ◦ blue 125

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

Shades of Spring Green #0CE97D

Tints of Spring Green #0CE97D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.78%

R = 3.24%
G = 62.97%
B = 33.78%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#0CE97D (or 0x0CE97D) is known color: Spring Green. HEX triplet: 0C, E9 and 7D. RGB value is (12,233,125). Sum of RGB (Red+Green+Blue) = 12+233+125=370 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.24% from 370); Green value is 233 (91.41% from 255 or 62.97% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 233 - color contains mainly: green. Hex color #0CE97D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CE97D is #F31682. Grayscale: #9A9A9A. Windows color (decimal): -15931011 or 8251660. OLE color: 8251660.

HSL color Cylindrical-coordinate representation of color #0CE97D: hue angle of 150.68º 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 #0CE97D is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB 12 233 125 -
CMYK 0.95 0 0.46 0.09
HSL 150.68º 0.9% 0.48% -
HSV(B) 150.68º 0.95% 0.91% -
XYZ 32.99 59.84 29.21 -
YUV 154.61 111.28 26.28 -
System Red Green Blue C M Y K H S L
Decimal 12 233 125 0.95 0 0.46 0.09 150.68 0.9 0.48
Hex C E9 7D 5F 0 2E 9 97 5A 30
Octal 14 351 175 137 0 56 11 227 132 60
Binary 1100 11101001 1111101 1011111 0 101110 1001 10010111 1011010 110000

Color Harmonies of #0CE97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CE97D

Black with #0CE97D

Text Example


Text Example

White with #0CE97D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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