Html Css Color HEX #09F80F Free Speech Green

📋 copy color: '#09F80F'

red 9 ◦ green 248 ◦ blue 15

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

Shades of Free Speech Green #09F80F

Tints of Free Speech Green #09F80F

RGB

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

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

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

R = 3.31%
G = 91.18%
B = 5.51%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#09F80F (or 0x09F80F) is known color: Free Speech Green. HEX triplet: 09, F8 and 0F. RGB value is (9,248,15). Sum of RGB (Red+Green+Blue) = 9+248+15=272 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.31% from 272); Green value is 248 (97.27% from 255 or 91.18% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 248 - color contains mainly: green. Hex color #09F80F is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09F80F is #F607F0. Grayscale: #969696. Windows color (decimal): -16123889 or 1046537. OLE color: 1046537.

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

Color convert

RGB 9 248 15 -
CMYK 0.96 0 0.94 0.03
HSL 121.51º 0.94% 0.5% -
HSV(B) 121.51º 0.96% 0.97% -
XYZ 33.77 67.23 11.65 -
YUV 149.98 51.82 27.45 -
System Red Green Blue C M Y K H S L
Decimal 9 248 15 0.96 0 0.94 0.03 121.51 0.94 0.5
Hex 9 F8 F 60 0 5E 3 7A 5E 32
Octal 11 370 17 140 0 136 3 172 136 62
Binary 1001 11111000 1111 1100000 0 1011110 11 1111010 1011110 110010

Color Harmonies of #09F80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09F80F

Black with #09F80F

Text Example


Text Example

White with #09F80F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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