Html Css Color HEX #09DA1D Free Speech Green

📋 copy color: '#09DA1D'

red 9 ◦ green 218 ◦ blue 29

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

Shades of Free Speech Green #09DA1D

Tints of Free Speech Green #09DA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.33%

R = 3.52%
G = 85.16%
B = 11.33%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#09DA1D (or 0x09DA1D) is known color: Free Speech Green. HEX triplet: 09, DA and 1D. RGB value is (9,218,29). Sum of RGB (Red+Green+Blue) = 9+218+29=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 218 (85.55% from 255 or 85.16% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 218 - color contains mainly: green. Hex color #09DA1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09DA1D is #F625E2. Grayscale: #868686. Windows color (decimal): -16131555 or 1956361. OLE color: 1956361.

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

Color convert

RGB 9 218 29 -
CMYK 0.96 0 0.87 0.15
HSL 125.74º 0.92% 0.45% -
HSV(B) 125.74º 0.96% 0.85% -
XYZ 25.41 50.29 9.53 -
YUV 133.96 68.76 38.87 -
System Red Green Blue C M Y K H S L
Decimal 9 218 29 0.96 0 0.87 0.15 125.74 0.92 0.45
Hex 9 DA 1D 60 0 57 F 7E 5C 2D
Octal 11 332 35 140 0 127 17 176 134 55
Binary 1001 11011010 11101 1100000 0 1010111 1111 1111110 1011100 101101

Color Harmonies of #09DA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DA1D

Black with #09DA1D

Text Example


Text Example

White with #09DA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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