Html Css Color HEX #09FC0F Free Speech Green

📋 copy color: '#09FC0F'

red 9 ◦ green 252 ◦ blue 15

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

Shades of Free Speech Green #09FC0F

Tints of Free Speech Green #09FC0F

RGB

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

 GREEN value IS 252 (98.83% from 255) = 91.3%

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

R = 3.26%
G = 91.3%
B = 5.43%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#09FC0F (or 0x09FC0F) is known color: Free Speech Green. HEX triplet: 09, FC and 0F. RGB value is (9,252,15). Sum of RGB (Red+Green+Blue) = 9+252+15=276 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.26% from 276); Green value is 252 (98.83% from 255 or 91.30% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 252 - color contains mainly: green. Hex color #09FC0F is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09FC0F is #F603F0. Grayscale: #999999. Windows color (decimal): -16122865 or 1047561. OLE color: 1047561.

HSL color Cylindrical-coordinate representation of color #09FC0F: hue angle of 121.48º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09FC0F is Cyan = 0.96, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 9 252 15 -
CMYK 0.96 0 0.94 0.01
HSL 121.48º 0.98% 0.51% -
HSV(B) 121.48º 0.96% 0.99% -
XYZ 35.01 69.71 12.06 -
YUV 152.33 50.49 25.77 -
System Red Green Blue C M Y K H S L
Decimal 9 252 15 0.96 0 0.94 0.01 121.48 0.98 0.51
Hex 9 FC F 60 0 5E 1 79 62 33
Octal 11 374 17 140 0 136 1 171 142 63
Binary 1001 11111100 1111 1100000 0 1011110 1 1111001 1100010 110011

Color Harmonies of #09FC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FC0F

Black with #09FC0F

Text Example


Text Example

White with #09FC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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