Html Css Color HEX #0DDA09 Free Speech Green

📋 copy color: '#0DDA09'

red 13 ◦ green 218 ◦ blue 9

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

Shades of Free Speech Green #0DDA09

Tints of Free Speech Green #0DDA09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.75%

R = 5.42%
G = 90.83%
B = 3.75%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#0DDA09 (or 0x0DDA09) is known color: Free Speech Green. HEX triplet: 0D, DA and 09. RGB value is (13,218,9). Sum of RGB (Red+Green+Blue) = 13+218+9=240 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.42% from 240); Green value is 218 (85.55% from 255 or 90.83% from 240); Blue value is 9 (3.91% from 255 or 3.75% from 240); Max value from RGB is 218 - color contains mainly: green. Hex color #0DDA09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DDA09 is #F225F6. Grayscale: #858585. Windows color (decimal): -15869431 or 645645. OLE color: 645645.

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

Color convert

RGB 13 218 9 -
CMYK 0.94 0 0.96 0.15
HSL 118.85º 0.92% 0.45% -
HSV(B) 118.85º 0.96% 0.85% -
XYZ 25.29 50.25 8.62 -
YUV 132.88 58.08 42.49 -
System Red Green Blue C M Y K H S L
Decimal 13 218 9 0.94 0 0.96 0.15 118.85 0.92 0.45
Hex D DA 9 5E 0 60 F 77 5C 2D
Octal 15 332 11 136 0 140 17 167 134 55
Binary 1101 11011010 1001 1011110 0 1100000 1111 1110111 1011100 101101

Color Harmonies of #0DDA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDA09

Black with #0DDA09

Text Example


Text Example

White with #0DDA09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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