Html Css Color HEX #09DA16 Free Speech Green

📋 copy color: '#09DA16'

red 9 ◦ green 218 ◦ blue 22

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

Shades of Free Speech Green #09DA16

Tints of Free Speech Green #09DA16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.84%

R = 3.61%
G = 87.55%
B = 8.84%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#09DA16 (or 0x09DA16) is known color: Free Speech Green. HEX triplet: 09, DA and 16. RGB value is (9,218,22). Sum of RGB (Red+Green+Blue) = 9+218+22=249 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.61% from 249); Green value is 218 (85.55% from 255 or 87.55% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 218 - color contains mainly: green. Hex color #09DA16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09DA16 is #F625E9. Grayscale: #858585. Windows color (decimal): -16131562 or 1497609. OLE color: 1497609.

HSL color Cylindrical-coordinate representation of color #09DA16: hue angle of 123.73º 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 #09DA16 is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 9 218 22 -
CMYK 0.96 0 0.90 0.15
HSL 123.73º 0.92% 0.45% -
HSV(B) 123.73º 0.96% 0.85% -
XYZ 25.33 50.26 9.13 -
YUV 133.17 65.26 39.44 -
System Red Green Blue C M Y K H S L
Decimal 9 218 22 0.96 0 0.90 0.15 123.73 0.92 0.45
Hex 9 DA 16 60 0 5A F 7C 5C 2D
Octal 11 332 26 140 0 132 17 174 134 55
Binary 1001 11011010 10110 1100000 0 1011010 1111 1111100 1011100 101101

Color Harmonies of #09DA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DA16

Black with #09DA16

Text Example


Text Example

White with #09DA16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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