Html Css Color HEX #09F80C Free Speech Green

📋 copy color: '#09F80C'

red 9 ◦ green 248 ◦ blue 12

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

Shades of Free Speech Green #09F80C

Tints of Free Speech Green #09F80C

RGB

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

 GREEN value IS 248 (97.27% from 255) = 92.19%

 BLUE value IS 12 (5.08% from 255) = 4.46%

R = 3.35%
G = 92.19%
B = 4.46%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#09F80C (or 0x09F80C) is known color: Free Speech Green. HEX triplet: 09, F8 and 0C. RGB value is (9,248,12). Sum of RGB (Red+Green+Blue) = 9+248+12=269 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.35% from 269); Green value is 248 (97.27% from 255 or 92.19% from 269); Blue value is 12 (5.08% from 255 or 4.46% from 269); Max value from RGB is 248 - color contains mainly: green. Hex color #09F80C is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09F80C is #F607F3. Grayscale: #969696. Windows color (decimal): -16123892 or 849929. OLE color: 849929.

HSL color Cylindrical-coordinate representation of color #09F80C: hue angle of 120.75º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09F80C is Cyan = 0.96, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB 9 248 12 -
CMYK 0.96 0 0.95 0.03
HSL 120.75º 0.94% 0.5% -
HSV(B) 120.75º 0.96% 0.97% -
XYZ 33.75 67.22 11.54 -
YUV 149.64 50.32 27.69 -
System Red Green Blue C M Y K H S L
Decimal 9 248 12 0.96 0 0.95 0.03 120.75 0.94 0.5
Hex 9 F8 C 60 0 5F 3 79 5E 32
Octal 11 370 14 140 0 137 3 171 136 62
Binary 1001 11111000 1100 1100000 0 1011111 11 1111001 1011110 110010

Color Harmonies of #09F80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09F80C

Black with #09F80C

Text Example


Text Example

White with #09F80C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,248,12); }

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

background-color css

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

 a { background-color: rgb(9,248,12); }

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

border-color css

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

 span { border-color: rgb(9,248,12); }

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