Html Css Color HEX #09F42A Free Speech Green

📋 copy color: '#09F42A'

red 9 ◦ green 244 ◦ blue 42

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

Shades of Free Speech Green #09F42A

Tints of Free Speech Green #09F42A

RGB

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

 GREEN value IS 244 (95.7% from 255) = 82.71%

 BLUE value IS 42 (16.8% from 255) = 14.24%

R = 3.05%
G = 82.71%
B = 14.24%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#09F42A (or 0x09F42A) is known color: Free Speech Green. HEX triplet: 09, F4 and 2A. RGB value is (9,244,42). Sum of RGB (Red+Green+Blue) = 9+244+42=295 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.05% from 295); Green value is 244 (95.70% from 255 or 82.71% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 244 - color contains mainly: green. Hex color #09F42A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09F42A is #F60BD5. Grayscale: #979797. Windows color (decimal): -16124886 or 2814985. OLE color: 2814985.

HSL color Cylindrical-coordinate representation of color #09F42A: hue angle of 128.43º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09F42A is Cyan = 0.96, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB 9 244 42 -
CMYK 0.96 0 0.83 0.04
HSL 128.43º 0.93% 0.5% -
HSV(B) 128.43º 0.96% 0.96% -
XYZ 32.88 64.93 12.99 -
YUV 150.71 66.64 26.93 -
System Red Green Blue C M Y K H S L
Decimal 9 244 42 0.96 0 0.83 0.04 128.43 0.93 0.5
Hex 9 F4 2A 60 0 53 4 80 5D 32
Octal 11 364 52 140 0 123 4 200 135 62
Binary 1001 11110100 101010 1100000 0 1010011 100 10000000 1011101 110010

Color Harmonies of #09F42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09F42A

Black with #09F42A

Text Example


Text Example

White with #09F42A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,244,42); }

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

background-color css

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

 a { background-color: rgb(9,244,42); }

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

border-color css

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

 span { border-color: rgb(9,244,42); }

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