Html Css Color HEX #09D81B Free Speech Green

📋 copy color: '#09D81B'

red 9 ◦ green 216 ◦ blue 27

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

Shades of Free Speech Green #09D81B

Tints of Free Speech Green #09D81B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.71%

R = 3.57%
G = 85.71%
B = 10.71%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#09D81B (or 0x09D81B) is known color: Free Speech Green. HEX triplet: 09, D8 and 1B. RGB value is (9,216,27). Sum of RGB (Red+Green+Blue) = 9+216+27=252 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.57% from 252); Green value is 216 (84.77% from 255 or 85.71% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 216 - color contains mainly: green. Hex color #09D81B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09D81B is #F627E4. Grayscale: #858585. Windows color (decimal): -16132069 or 1824777. OLE color: 1824777.

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

Color convert

RGB 9 216 27 -
CMYK 0.96 0 0.88 0.15
HSL 125.22º 0.92% 0.44% -
HSV(B) 125.22º 0.96% 0.85% -
XYZ 24.87 49.25 9.23 -
YUV 132.56 68.42 39.87 -
System Red Green Blue C M Y K H S L
Decimal 9 216 27 0.96 0 0.88 0.15 125.22 0.92 0.44
Hex 9 D8 1B 60 0 58 F 7D 5C 2C
Octal 11 330 33 140 0 130 17 175 134 54
Binary 1001 11011000 11011 1100000 0 1011000 1111 1111101 1011100 101100

Color Harmonies of #09D81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09D81B

Black with #09D81B

Text Example


Text Example

White with #09D81B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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