Html Css Color HEX #09DA01 Free Speech Green

📋 copy color: '#09DA01'

red 9 ◦ green 218 ◦ blue 1

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

Shades of Free Speech Green #09DA01

Tints of Free Speech Green #09DA01

RGB

 RED value IS 9 (3.91% from 255) = 3.95%

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

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 3.95%
G = 95.61%
B = 0.44%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#09DA01 (or 0x09DA01) is known color: Free Speech Green. HEX triplet: 09, DA and 01. RGB value is (9,218,1). Sum of RGB (Red+Green+Blue) = 9+218+1=228 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.95% from 228); Green value is 218 (85.55% from 255 or 95.61% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 218 - color contains mainly: green. Hex color #09DA01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09DA01 is #F625FE. Grayscale: #838383. Windows color (decimal): -16131583 or 121353. OLE color: 121353.

HSL color Cylindrical-coordinate representation of color #09DA01: hue angle of 117.79º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #09DA01 is Cyan = 0.96, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 9 218 1 -
CMYK 0.96 0 1.00 0.15
HSL 117.79º 0.99% 0.43% -
HSV(B) 117.79º 1% 0.85% -
XYZ 25.19 50.2 8.39 -
YUV 130.77 54.76 41.14 -
System Red Green Blue C M Y K H S L
Decimal 9 218 1 0.96 0 1.00 0.15 117.79 0.99 0.43
Hex 9 DA 1 60 0 64 F 76 63 2B
Octal 11 332 1 140 0 144 17 166 143 53
Binary 1001 11011010 1 1100000 0 1100100 1111 1110110 1100011 101011

Color Harmonies of #09DA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DA01

Black with #09DA01

Text Example


Text Example

White with #09DA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09DA01; }

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

 H1.HeaderClassName
 {
   color: #09DA01;
 }
 .AnyTagClassName
 {
   color: #09DA01;
 }
</style>

background-color css

<style>
 a { background-color: #09DA01; }

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

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

border-color css

<style>
 span { border-color: #09DA01; }

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

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