Html Css Color HEX #0DDA20 Free Speech Green

📋 copy color: '#0DDA20'

red 13 ◦ green 218 ◦ blue 32

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

Shades of Free Speech Green #0DDA20

Tints of Free Speech Green #0DDA20

RGB

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

 GREEN value IS 218 (85.55% from 255) = 82.89%

 BLUE value IS 32 (12.89% from 255) = 12.17%

R = 4.94%
G = 82.89%
B = 12.17%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#0DDA20 (or 0x0DDA20) is known color: Free Speech Green. HEX triplet: 0D, DA and 20. RGB value is (13,218,32). Sum of RGB (Red+Green+Blue) = 13+218+32=263 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.94% from 263); Green value is 218 (85.55% from 255 or 82.89% from 263); Blue value is 32 (12.89% from 255 or 12.17% from 263); Max value from RGB is 218 - color contains mainly: green. Hex color #0DDA20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DDA20 is #F225DF. Grayscale: #888888. Windows color (decimal): -15869408 or 2152973. OLE color: 2152973.

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

Color convert

RGB 13 218 32 -
CMYK 0.94 0 0.85 0.15
HSL 125.56º 0.89% 0.45% -
HSV(B) 125.56º 0.94% 0.85% -
XYZ 25.5 50.33 9.74 -
YUV 135.5 69.58 40.62 -
System Red Green Blue C M Y K H S L
Decimal 13 218 32 0.94 0 0.85 0.15 125.56 0.89 0.45
Hex D DA 20 5E 0 55 F 7E 59 2D
Octal 15 332 40 136 0 125 17 176 131 55
Binary 1101 11011010 100000 1011110 0 1010101 1111 1111110 1011001 101101

Color Harmonies of #0DDA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDA20

Black with #0DDA20

Text Example


Text Example

White with #0DDA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,218,32); }

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

background-color css

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

 a { background-color: rgb(13,218,32); }

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

border-color css

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

 span { border-color: rgb(13,218,32); }

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