Html Css Color HEX #09DC1A Free Speech Green

📋 copy color: '#09DC1A'

red 9 ◦ green 220 ◦ blue 26

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

Shades of Free Speech Green #09DC1A

Tints of Free Speech Green #09DC1A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 86.27%

 BLUE value IS 26 (10.55% from 255) = 10.2%

R = 3.53%
G = 86.27%
B = 10.2%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#09DC1A (or 0x09DC1A) is known color: Free Speech Green. HEX triplet: 09, DC and 1A. RGB value is (9,220,26). Sum of RGB (Red+Green+Blue) = 9+220+26=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 220 (86.33% from 255 or 86.27% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 220 - color contains mainly: green. Hex color #09DC1A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09DC1A is #F623E5. Grayscale: #878787. Windows color (decimal): -16131046 or 1760265. OLE color: 1760265.

HSL color Cylindrical-coordinate representation of color #09DC1A: hue angle of 124.83º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DC1A is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 220 26 -
CMYK 0.96 0 0.88 0.14
HSL 124.83º 0.92% 0.45% -
HSV(B) 124.83º 0.96% 0.86% -
XYZ 25.89 51.32 9.52 -
YUV 134.8 66.6 38.27 -
System Red Green Blue C M Y K H S L
Decimal 9 220 26 0.96 0 0.88 0.14 124.83 0.92 0.45
Hex 9 DC 1A 60 0 58 E 7D 5C 2D
Octal 11 334 32 140 0 130 16 175 134 55
Binary 1001 11011100 11010 1100000 0 1011000 1110 1111101 1011100 101101

Color Harmonies of #09DC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DC1A

Black with #09DC1A

Text Example


Text Example

White with #09DC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,220,26); }

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

background-color css

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

 a { background-color: rgb(9,220,26); }

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

border-color css

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

 span { border-color: rgb(9,220,26); }

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