Html Css Color HEX #0DEE6A Spring Green

📋 copy color: '#0DEE6A'

red 13 ◦ green 238 ◦ blue 106

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

Shades of Spring Green #0DEE6A

Tints of Spring Green #0DEE6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.69%

R = 3.64%
G = 66.67%
B = 29.69%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#0DEE6A (or 0x0DEE6A) is known color: Spring Green. HEX triplet: 0D, EE and 6A. RGB value is (13,238,106). Sum of RGB (Red+Green+Blue) = 13+238+106=357 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.64% from 357); Green value is 238 (93.36% from 255 or 66.67% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 238 - color contains mainly: green. Hex color #0DEE6A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DEE6A is #F21195. Grayscale: #9B9B9B. Windows color (decimal): -15864214 or 7007757. OLE color: 7007757.

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

Color convert

RGB 13 238 106 -
CMYK 0.95 0 0.55 0.07
HSL 144.8º 0.9% 0.49% -
HSV(B) 144.8º 0.95% 0.93% -
XYZ 33.34 62.28 23.9 -
YUV 155.68 99.96 26.23 -
System Red Green Blue C M Y K H S L
Decimal 13 238 106 0.95 0 0.55 0.07 144.8 0.9 0.49
Hex D EE 6A 5F 0 37 7 91 5A 31
Octal 15 356 152 137 0 67 7 221 132 61
Binary 1101 11101110 1101010 1011111 0 110111 111 10010001 1011010 110001

Color Harmonies of #0DEE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DEE6A

Black with #0DEE6A

Text Example


Text Example

White with #0DEE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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