#09DF2A

Color #09DF2A Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #09DF2A

Tints of Free Speech Green #09DF2A

Color information

#09DF2A (or 0x09DF2A) is unknown color: approx Free Speech Green. HEX triplet: 09, DF and 2A. RGB value is (9,223,42). Sum of RGB (Red+Green+Blue) = 9+223+42=274 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.28% from 274); Green value is 223 (87.5% from 255 or 81.39% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 223 - color contains mainly: green. Hex color #09DF2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09DF2A is #F620D5. Grayscale: #8A8A8A. Windows color (decimal): -16130262 or 2809609. OLE color: 2809609.

HSL color Cylindrical-coordinate representation of color #09DF2A: hue angle of 129.25º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DF2A is Cyan = 0.96, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB922342-
CMYK0.9600.810.13
HSL129.25º92.24%45.49%-
HSV(B)129.25º95.96%87.45%-
XYZ26.925311-
YUV138.3873.635.72-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.28%
GREEN value IS 223 (87.5% from 255) = 81.39%
BLUE value IS 42 (16.80% from 255) = 15.33%
R=3.28%
G=81.39%
B=15.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal9223420.9600.810.13129.2592.2445.49
Hex9DF2A60051D815c2d
Octal113375214001211520113455
Binary1001110111111010101100000010100011101100000011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09DF2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #09DF2A;
 }
 .AnyTagClassName
 {
   color: #09DF2A;
 }
</style>
background-color css

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

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

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

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

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

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