Html Css Color HEX #0DEE89 Spring Green

📋 copy color: '#0DEE89'

red 13 ◦ green 238 ◦ blue 137

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

Shades of Spring Green #0DEE89

Tints of Spring Green #0DEE89

RGB

 RED value IS 13 (5.47% from 255) = 3.35%

 GREEN value IS 238 (93.36% from 255) = 61.34%

 BLUE value IS 137 (53.91% from 255) = 35.31%

R = 3.35%
G = 61.34%
B = 35.31%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#0DEE89 (or 0x0DEE89) is known color: Spring Green. HEX triplet: 0D, EE and 89. RGB value is (13,238,137). Sum of RGB (Red+Green+Blue) = 13+238+137=388 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.35% from 388); Green value is 238 (93.36% from 255 or 61.34% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 238 - color contains mainly: green. Hex color #0DEE89 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DEE89 is #F21176. Grayscale: #9F9F9F. Windows color (decimal): -15864183 or 9039373. OLE color: 9039373.

HSL color Cylindrical-coordinate representation of color #0DEE89: hue angle of 153.07º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DEE89 is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 13 238 137 -
CMYK 0.95 0 0.42 0.07
HSL 153.07º 0.9% 0.49% -
HSV(B) 153.07º 0.95% 0.93% -
XYZ 35.26 63.04 33.98 -
YUV 159.21 115.46 23.71 -
System Red Green Blue C M Y K H S L
Decimal 13 238 137 0.95 0 0.42 0.07 153.07 0.9 0.49
Hex D EE 89 5F 0 2A 7 99 5A 31
Octal 15 356 211 137 0 52 7 231 132 61
Binary 1101 11101110 10001001 1011111 0 101010 111 10011001 1011010 110001

Color Harmonies of #0DEE89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DEE89

Black with #0DEE89

Text Example


Text Example

White with #0DEE89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,238,137); }

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

background-color css

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

 a { background-color: rgb(13,238,137); }

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

border-color css

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

 span { border-color: rgb(13,238,137); }

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