Html Css Color HEX #0DE019 Free Speech Green

📋 copy color: '#0DE019'

red 13 ◦ green 224 ◦ blue 25

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

Shades of Free Speech Green #0DE019

Tints of Free Speech Green #0DE019

RGB

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

 GREEN value IS 224 (87.89% from 255) = 85.5%

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

R = 4.96%
G = 85.5%
B = 9.54%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#0DE019 (or 0x0DE019) is known color: Free Speech Green. HEX triplet: 0D, E0 and 19. RGB value is (13,224,25). Sum of RGB (Red+Green+Blue) = 13+224+25=262 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.96% from 262); Green value is 224 (87.89% from 255 or 85.50% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 224 - color contains mainly: green. Hex color #0DE019 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DE019 is #F21FE6. Grayscale: #8A8A8A. Windows color (decimal): -15867879 or 1695757. OLE color: 1695757.

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

Color convert

RGB 13 224 25 -
CMYK 0.94 0 0.89 0.12
HSL 123.41º 0.89% 0.46% -
HSV(B) 123.41º 0.94% 0.88% -
XYZ 27 53.47 9.82 -
YUV 138.23 64.1 38.68 -
System Red Green Blue C M Y K H S L
Decimal 13 224 25 0.94 0 0.89 0.12 123.41 0.89 0.46
Hex D E0 19 5E 0 59 C 7B 59 2E
Octal 15 340 31 136 0 131 14 173 131 56
Binary 1101 11100000 11001 1011110 0 1011001 1100 1111011 1011001 101110

Color Harmonies of #0DE019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DE019

Black with #0DE019

Text Example


Text Example

White with #0DE019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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