Html Css Color HEX #09F20F Free Speech Green

📋 copy color: '#09F20F'

red 9 ◦ green 242 ◦ blue 15

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

Shades of Free Speech Green #09F20F

Tints of Free Speech Green #09F20F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.64%

R = 3.38%
G = 90.98%
B = 5.64%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#09F20F (or 0x09F20F) is known color: Free Speech Green. HEX triplet: 09, F2 and 0F. RGB value is (9,242,15). Sum of RGB (Red+Green+Blue) = 9+242+15=266 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.38% from 266); Green value is 242 (94.92% from 255 or 90.98% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 242 - color contains mainly: green. Hex color #09F20F is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09F20F is #F60DF0. Grayscale: #939393. Windows color (decimal): -16125425 or 1045001. OLE color: 1045001.

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

Color convert

RGB 9 242 15 -
CMYK 0.96 0 0.94 0.05
HSL 121.55º 0.93% 0.49% -
HSV(B) 121.55º 0.96% 0.95% -
XYZ 31.95 63.6 11.04 -
YUV 146.46 53.81 29.96 -
System Red Green Blue C M Y K H S L
Decimal 9 242 15 0.96 0 0.94 0.05 121.55 0.93 0.49
Hex 9 F2 F 60 0 5E 5 7A 5D 31
Octal 11 362 17 140 0 136 5 172 135 61
Binary 1001 11110010 1111 1100000 0 1011110 101 1111010 1011101 110001

Color Harmonies of #09F20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09F20F

Black with #09F20F

Text Example


Text Example

White with #09F20F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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