Html Css Color HEX #09F211 Free Speech Green

📋 copy color: '#09F211'

red 9 ◦ green 242 ◦ blue 17

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

Shades of Free Speech Green #09F211

Tints of Free Speech Green #09F211

RGB

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

 GREEN value IS 242 (94.92% from 255) = 90.3%

 BLUE value IS 17 (7.03% from 255) = 6.34%

R = 3.36%
G = 90.3%
B = 6.34%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#09F211 (or 0x09F211) is known color: Free Speech Green. HEX triplet: 09, F2 and 11. RGB value is (9,242,17). Sum of RGB (Red+Green+Blue) = 9+242+17=268 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.36% from 268); Green value is 242 (94.92% from 255 or 90.30% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 242 - color contains mainly: green. Hex color #09F211 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09F211 is #F60DEE. Grayscale: #939393. Windows color (decimal): -16125423 or 1176073. OLE color: 1176073.

HSL color Cylindrical-coordinate representation of color #09F211: hue angle of 122.06º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09F211 is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 9 242 17 -
CMYK 0.96 0 0.93 0.05
HSL 122.06º 0.93% 0.49% -
HSV(B) 122.06º 0.96% 0.95% -
XYZ 31.97 63.6 11.12 -
YUV 146.68 54.81 29.8 -
System Red Green Blue C M Y K H S L
Decimal 9 242 17 0.96 0 0.93 0.05 122.06 0.93 0.49
Hex 9 F2 11 60 0 5D 5 7A 5D 31
Octal 11 362 21 140 0 135 5 172 135 61
Binary 1001 11110010 10001 1100000 0 1011101 101 1111010 1011101 110001

Color Harmonies of #09F211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09F211

Black with #09F211

Text Example


Text Example

White with #09F211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,242,17); }

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

background-color css

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

 a { background-color: rgb(9,242,17); }

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

border-color css

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

 span { border-color: rgb(9,242,17); }

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