Html Css Color HEX #0DEE72 Spring Green

📋 copy color: '#0DEE72'

red 13 ◦ green 238 ◦ blue 114

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

Shades of Spring Green #0DEE72

Tints of Spring Green #0DEE72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.23%

R = 3.56%
G = 65.21%
B = 31.23%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#0DEE72 (or 0x0DEE72) is known color: Spring Green. HEX triplet: 0D, EE and 72. RGB value is (13,238,114). Sum of RGB (Red+Green+Blue) = 13+238+114=365 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.56% from 365); Green value is 238 (93.36% from 255 or 65.21% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 238 - color contains mainly: green. Hex color #0DEE72 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DEE72 is #F2118D. Grayscale: #9C9C9C. Windows color (decimal): -15864206 or 7532045. OLE color: 7532045.

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

Color convert

RGB 13 238 114 -
CMYK 0.95 0 0.52 0.07
HSL 146.93º 0.9% 0.49% -
HSV(B) 146.93º 0.95% 0.93% -
XYZ 33.78 62.45 26.19 -
YUV 156.59 103.96 25.58 -
System Red Green Blue C M Y K H S L
Decimal 13 238 114 0.95 0 0.52 0.07 146.93 0.9 0.49
Hex D EE 72 5F 0 34 7 93 5A 31
Octal 15 356 162 137 0 64 7 223 132 61
Binary 1101 11101110 1110010 1011111 0 110100 111 10010011 1011010 110001

Color Harmonies of #0DEE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DEE72

Black with #0DEE72

Text Example


Text Example

White with #0DEE72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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