Html Css Color HEX #0DE519 Free Speech Green

📋 copy color: '#0DE519'

red 13 ◦ green 229 ◦ blue 25

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

Shades of Free Speech Green #0DE519

Tints of Free Speech Green #0DE519

RGB

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

 GREEN value IS 229 (89.84% from 255) = 85.77%

 BLUE value IS 25 (10.16% from 255) = 9.36%

R = 4.87%
G = 85.77%
B = 9.36%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#0DE519 (or 0x0DE519) is known color: Free Speech Green. HEX triplet: 0D, E5 and 19. RGB value is (13,229,25). Sum of RGB (Red+Green+Blue) = 13+229+25=267 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.87% from 267); Green value is 229 (89.84% from 255 or 85.77% from 267); Blue value is 25 (10.16% from 255 or 9.36% from 267); Max value from RGB is 229 - color contains mainly: green. Hex color #0DE519 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DE519 is #F21AE6. Grayscale: #8D8D8D. Windows color (decimal): -15866599 or 1697037. OLE color: 1697037.

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

Color convert

RGB 13 229 25 -
CMYK 0.94 0 0.89 0.10
HSL 123.33º 0.89% 0.47% -
HSV(B) 123.33º 0.94% 0.9% -
XYZ 28.36 56.19 10.27 -
YUV 141.16 62.44 36.59 -
System Red Green Blue C M Y K H S L
Decimal 13 229 25 0.94 0 0.89 0.10 123.33 0.89 0.47
Hex D E5 19 5E 0 59 A 7B 59 2F
Octal 15 345 31 136 0 131 12 173 131 57
Binary 1101 11100101 11001 1011110 0 1011001 1010 1111011 1011001 101111

Color Harmonies of #0DE519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DE519

Black with #0DE519

Text Example


Text Example

White with #0DE519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,229,25); }

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

background-color css

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

 a { background-color: rgb(13,229,25); }

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

border-color css

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

 span { border-color: rgb(13,229,25); }

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