Html Css Color HEX #09DA1F Free Speech Green

📋 copy color: '#09DA1F'

red 9 ◦ green 218 ◦ blue 31

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

Shades of Free Speech Green #09DA1F

Tints of Free Speech Green #09DA1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.02%

R = 3.49%
G = 84.5%
B = 12.02%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#09DA1F (or 0x09DA1F) is known color: Free Speech Green. HEX triplet: 09, DA and 1F. RGB value is (9,218,31). Sum of RGB (Red+Green+Blue) = 9+218+31=258 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.49% from 258); Green value is 218 (85.55% from 255 or 84.50% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 218 - color contains mainly: green. Hex color #09DA1F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09DA1F is #F625E0. Grayscale: #868686. Windows color (decimal): -16131553 or 2087433. OLE color: 2087433.

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

Color convert

RGB 9 218 31 -
CMYK 0.96 0 0.86 0.15
HSL 126.32º 0.92% 0.45% -
HSV(B) 126.32º 0.96% 0.85% -
XYZ 25.43 50.3 9.66 -
YUV 134.19 69.76 38.71 -
System Red Green Blue C M Y K H S L
Decimal 9 218 31 0.96 0 0.86 0.15 126.32 0.92 0.45
Hex 9 DA 1F 60 0 56 F 7E 5C 2D
Octal 11 332 37 140 0 126 17 176 134 55
Binary 1001 11011010 11111 1100000 0 1010110 1111 1111110 1011100 101101

Color Harmonies of #09DA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DA1F

Black with #09DA1F

Text Example


Text Example

White with #09DA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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