Html Css Color HEX #0DE284 Spring Green

📋 copy color: '#0DE284'

red 13 ◦ green 226 ◦ blue 132

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

Shades of Spring Green #0DE284

Tints of Spring Green #0DE284

RGB

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

 GREEN value IS 226 (88.67% from 255) = 60.92%

 BLUE value IS 132 (51.95% from 255) = 35.58%

R = 3.5%
G = 60.92%
B = 35.58%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#0DE284 (or 0x0DE284) is known color: Spring Green. HEX triplet: 0D, E2 and 84. RGB value is (13,226,132). Sum of RGB (Red+Green+Blue) = 13+226+132=371 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.50% from 371); Green value is 226 (88.67% from 255 or 60.92% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 226 - color contains mainly: green. Hex color #0DE284 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DE284 is #F21D7B. Grayscale: #979797. Windows color (decimal): -15867260 or 8708621. OLE color: 8708621.

HSL color Cylindrical-coordinate representation of color #0DE284: hue angle of 153.52º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE284 is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB 13 226 132 -
CMYK 0.94 0 0.42 0.11
HSL 153.52º 0.89% 0.47% -
HSV(B) 153.52º 0.94% 0.89% -
XYZ 31.53 56.14 31.01 -
YUV 151.6 116.93 29.14 -
System Red Green Blue C M Y K H S L
Decimal 13 226 132 0.94 0 0.42 0.11 153.52 0.89 0.47
Hex D E2 84 5E 0 2A B 9A 59 2F
Octal 15 342 204 136 0 52 13 232 131 57
Binary 1101 11100010 10000100 1011110 0 101010 1011 10011010 1011001 101111

Color Harmonies of #0DE284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DE284

Black with #0DE284

Text Example


Text Example

White with #0DE284

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,226,132); }

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

background-color css

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

 a { background-color: rgb(13,226,132); }

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

border-color css

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

 span { border-color: rgb(13,226,132); }

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