Html Css Color HEX #09DA07 Free Speech Green

📋 copy color: '#09DA07'

red 9 ◦ green 218 ◦ blue 7

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

Shades of Free Speech Green #09DA07

Tints of Free Speech Green #09DA07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.99%

R = 3.85%
G = 93.16%
B = 2.99%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#09DA07 (or 0x09DA07) is known color: Free Speech Green. HEX triplet: 09, DA and 07. RGB value is (9,218,7). Sum of RGB (Red+Green+Blue) = 9+218+7=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 218 (85.55% from 255 or 93.16% from 234); Blue value is 7 (3.12% from 255 or 2.99% from 234); Max value from RGB is 218 - color contains mainly: green. Hex color #09DA07 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09DA07 is #F625F8. Grayscale: #848484. Windows color (decimal): -16131577 or 514569. OLE color: 514569.

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

Color convert

RGB 9 218 7 -
CMYK 0.96 0 0.97 0.15
HSL 119.43º 0.94% 0.44% -
HSV(B) 119.43º 0.97% 0.85% -
XYZ 25.22 50.22 8.56 -
YUV 131.46 57.76 40.66 -
System Red Green Blue C M Y K H S L
Decimal 9 218 7 0.96 0 0.97 0.15 119.43 0.94 0.44
Hex 9 DA 7 60 0 61 F 77 5E 2C
Octal 11 332 7 140 0 141 17 167 136 54
Binary 1001 11011010 111 1100000 0 1100001 1111 1110111 1011110 101100

Color Harmonies of #09DA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DA07

Black with #09DA07

Text Example


Text Example

White with #09DA07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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