Html Css Color HEX #09FD0C Free Speech Green

📋 copy color: '#09FD0C'

red 9 ◦ green 253 ◦ blue 12

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

Shades of Free Speech Green #09FD0C

Tints of Free Speech Green #09FD0C

RGB

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

 GREEN value IS 253 (99.22% from 255) = 92.34%

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

R = 3.28%
G = 92.34%
B = 4.38%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#09FD0C (or 0x09FD0C) is known color: Free Speech Green. HEX triplet: 09, FD and 0C. RGB value is (9,253,12). Sum of RGB (Red+Green+Blue) = 9+253+12=274 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.28% from 274); Green value is 253 (99.22% from 255 or 92.34% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 253 - color contains mainly: green. Hex color #09FD0C is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09FD0C is #F602F3. Grayscale: #999999. Windows color (decimal): -16122612 or 851209. OLE color: 851209.

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

Color convert

RGB 9 253 12 -
CMYK 0.96 0 0.95 0.01
HSL 120.74º 0.98% 0.51% -
HSV(B) 120.74º 0.96% 0.99% -
XYZ 35.3 70.34 12.06 -
YUV 152.57 48.66 25.6 -
System Red Green Blue C M Y K H S L
Decimal 9 253 12 0.96 0 0.95 0.01 120.74 0.98 0.51
Hex 9 FD C 60 0 5F 1 79 62 33
Octal 11 375 14 140 0 137 1 171 142 63
Binary 1001 11111101 1100 1100000 0 1011111 1 1111001 1100010 110011

Color Harmonies of #09FD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FD0C

Black with #09FD0C

Text Example


Text Example

White with #09FD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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