Html Css Color HEX #09F01C Free Speech Green

📋 copy color: '#09F01C'

red 9 ◦ green 240 ◦ blue 28

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

Shades of Free Speech Green #09F01C

Tints of Free Speech Green #09F01C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 86.64%

 BLUE value IS 28 (11.33% from 255) = 10.11%

R = 3.25%
G = 86.64%
B = 10.11%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#09F01C (or 0x09F01C) is known color: Free Speech Green. HEX triplet: 09, F0 and 1C. RGB value is (9,240,28). Sum of RGB (Red+Green+Blue) = 9+240+28=277 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.25% from 277); Green value is 240 (94.14% from 255 or 86.64% from 277); Blue value is 28 (11.33% from 255 or 10.11% from 277); Max value from RGB is 240 - color contains mainly: green. Hex color #09F01C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09F01C is #F60FE3. Grayscale: #939393. Windows color (decimal): -16125924 or 1896457. OLE color: 1896457.

HSL color Cylindrical-coordinate representation of color #09F01C: hue angle of 124.94º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09F01C is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 9 240 28 -
CMYK 0.96 0 0.88 0.06
HSL 124.94º 0.93% 0.49% -
HSV(B) 124.94º 0.96% 0.94% -
XYZ 31.48 62.46 11.5 -
YUV 146.76 60.97 29.74 -
System Red Green Blue C M Y K H S L
Decimal 9 240 28 0.96 0 0.88 0.06 124.94 0.93 0.49
Hex 9 F0 1C 60 0 58 6 7D 5D 31
Octal 11 360 34 140 0 130 6 175 135 61
Binary 1001 11110000 11100 1100000 0 1011000 110 1111101 1011101 110001

Color Harmonies of #09F01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09F01C

Black with #09F01C

Text Example


Text Example

White with #09F01C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,240,28); }

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

background-color css

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

 a { background-color: rgb(9,240,28); }

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

border-color css

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

 span { border-color: rgb(9,240,28); }

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