Html Css Color HEX #01DF09 Free Speech Green

📋 copy color: '#01DF09'

red 1 ◦ green 223 ◦ blue 9

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

Shades of Free Speech Green #01DF09

Tints of Free Speech Green #01DF09

RGB

 RED value IS 1 (0.78% from 255) = 0.43%

 GREEN value IS 223 (87.5% from 255) = 95.71%

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

R = 0.43%
G = 95.71%
B = 3.86%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#01DF09 (or 0x01DF09) is known color: Free Speech Green. HEX triplet: 01, DF and 09. RGB value is (1,223,9). Sum of RGB (Red+Green+Blue) = 1+223+9=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 223 (87.5% from 255 or 95.71% from 233); Blue value is 9 (3.91% from 255 or 3.86% from 233); Max value from RGB is 223 - color contains mainly: green. Hex color #01DF09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01DF09 is #FE20F6. Grayscale: #848484. Windows color (decimal): -16654583 or 646913. OLE color: 646913.

HSL color Cylindrical-coordinate representation of color #01DF09: hue angle of 122.16º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DF09 is Cyan = 1.00, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 223 9 -
CMYK 1.00 0 0.96 0.13
HSL 122.16º 0.99% 0.44% -
HSV(B) 122.16º 1% 0.87% -
XYZ 26.45 52.8 9.06 -
YUV 132.23 58.45 34.4 -
System Red Green Blue C M Y K H S L
Decimal 1 223 9 1.00 0 0.96 0.13 122.16 0.99 0.44
Hex 1 DF 9 64 0 60 D 7A 63 2C
Octal 1 337 11 144 0 140 15 172 143 54
Binary 1 11011111 1001 1100100 0 1100000 1101 1111010 1100011 101100

Color Harmonies of #01DF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DF09

Black with #01DF09

Text Example


Text Example

White with #01DF09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01DF09; }

 p { color: rgb(1,223,9); }

 H1.HeaderClassName
 {
   color: #01DF09;
 }
 .AnyTagClassName
 {
   color: #01DF09;
 }
</style>

background-color css

<style>
 a { background-color: #01DF09; }

 a { background-color: rgb(1,223,9); }

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

border-color css

<style>
 span { border-color: #01DF09; }

 span { border-color: rgb(1,223,9); }

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