Html Css Color HEX #0DED6A Spring Green

📋 copy color: '#0DED6A'

red 13 ◦ green 237 ◦ blue 106

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

Shades of Spring Green #0DED6A

Tints of Spring Green #0DED6A

RGB

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

 GREEN value IS 237 (92.97% from 255) = 66.57%

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

R = 3.65%
G = 66.57%
B = 29.78%

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

#0DED6A (or 0x0DED6A) is known color: Spring Green. HEX triplet: 0D, ED and 6A. RGB value is (13,237,106). Sum of RGB (Red+Green+Blue) = 13+237+106=356 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.65% from 356); Green value is 237 (92.97% from 255 or 66.57% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 237 - color contains mainly: green. Hex color #0DED6A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DED6A is #F21295. Grayscale: #9B9B9B. Windows color (decimal): -15864470 or 7007501. OLE color: 7007501.

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

Color convert

RGB 13 237 106 -
CMYK 0.95 0 0.55 0.07
HSL 144.91º 0.9% 0.49% -
HSV(B) 144.91º 0.95% 0.93% -
XYZ 33.05 61.69 23.8 -
YUV 155.09 100.29 26.65 -
System Red Green Blue C M Y K H S L
Decimal 13 237 106 0.95 0 0.55 0.07 144.91 0.9 0.49
Hex D ED 6A 5F 0 37 7 91 5A 31
Octal 15 355 152 137 0 67 7 221 132 61
Binary 1101 11101101 1101010 1011111 0 110111 111 10010001 1011010 110001

Color Harmonies of #0DED6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DED6A

Black with #0DED6A

Text Example


Text Example

White with #0DED6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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