Html Css Color HEX #09D81F Free Speech Green

📋 copy color: '#09D81F'

red 9 ◦ green 216 ◦ blue 31

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

Shades of Free Speech Green #09D81F

Tints of Free Speech Green #09D81F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 84.38%

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

R = 3.52%
G = 84.38%
B = 12.11%

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

#09D81F (or 0x09D81F) is known color: Free Speech Green. HEX triplet: 09, D8 and 1F. RGB value is (9,216,31). Sum of RGB (Red+Green+Blue) = 9+216+31=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 216 (84.77% from 255 or 84.38% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 216 - color contains mainly: green. Hex color #09D81F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09D81F is #F627E0. Grayscale: #858585. Windows color (decimal): -16132065 or 2086921. OLE color: 2086921.

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

Color convert

RGB 9 216 31 -
CMYK 0.96 0 0.86 0.15
HSL 126.38º 0.92% 0.44% -
HSV(B) 126.38º 0.96% 0.85% -
XYZ 24.92 49.27 9.49 -
YUV 133.02 70.42 39.54 -
System Red Green Blue C M Y K H S L
Decimal 9 216 31 0.96 0 0.86 0.15 126.38 0.92 0.44
Hex 9 D8 1F 60 0 56 F 7E 5C 2C
Octal 11 330 37 140 0 126 17 176 134 54
Binary 1001 11011000 11111 1100000 0 1010110 1111 1111110 1011100 101100

Color Harmonies of #09D81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09D81F

Black with #09D81F

Text Example


Text Example

White with #09D81F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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