Html Css Color HEX #09DA10 Free Speech Green

📋 copy color: '#09DA10'

red 9 ◦ green 218 ◦ blue 16

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

Shades of Free Speech Green #09DA10

Tints of Free Speech Green #09DA10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.58%

R = 3.7%
G = 89.71%
B = 6.58%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#09DA10 (or 0x09DA10) is known color: Free Speech Green. HEX triplet: 09, DA and 10. RGB value is (9,218,16). Sum of RGB (Red+Green+Blue) = 9+218+16=243 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.70% from 243); Green value is 218 (85.55% from 255 or 89.71% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 218 - color contains mainly: green. Hex color #09DA10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09DA10 is #F625EF. Grayscale: #858585. Windows color (decimal): -16131568 or 1104393. OLE color: 1104393.

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

Color convert

RGB 9 218 16 -
CMYK 0.96 0 0.93 0.15
HSL 122.01º 0.92% 0.45% -
HSV(B) 122.01º 0.96% 0.85% -
XYZ 25.28 50.24 8.85 -
YUV 132.48 62.26 39.93 -
System Red Green Blue C M Y K H S L
Decimal 9 218 16 0.96 0 0.93 0.15 122.01 0.92 0.45
Hex 9 DA 10 60 0 5D F 7A 5C 2D
Octal 11 332 20 140 0 135 17 172 134 55
Binary 1001 11011010 10000 1100000 0 1011101 1111 1111010 1011100 101101

Color Harmonies of #09DA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DA10

Black with #09DA10

Text Example


Text Example

White with #09DA10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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