#15F52D

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

Shades of Free Speech Green #15F52D

Tints of Free Speech Green #15F52D

Color information

#15F52D (or 0x15F52D) is unknown color: approx Free Speech Green. HEX triplet: 15, F5 and 2D. RGB value is (21,245,45). Sum of RGB (Red+Green+Blue) = 21+245+45=311 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.75% from 311); Green value is 245 (96.09% from 255 or 78.78% from 311); Blue value is 45 (17.97% from 255 or 14.47% from 311); Max value from RGB is 245 - color contains mainly: green. Hex color #15F52D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #15F52D is #EA0AD2. Grayscale: #9B9B9B. Windows color (decimal): -15338195 or 3011861. OLE color: 3011861.

HSL color Cylindrical-coordinate representation of color #15F52D: hue angle of 126.43º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15F52D is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB2124545-
CMYK0.9100.820.04
HSL126.43º91.8%52.16%-
HSV(B)126.43º91.43%96.08%-
XYZ33.4465.6513.39-
YUV155.2265.7932.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.75%
GREEN value IS 245 (96.09% from 255) = 78.78%
BLUE value IS 45 (17.97% from 255) = 14.47%
R=6.75%
G=78.78%
B=14.47%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal21245450.9100.820.04126.4391.852.16
Hex15F52D5B05247e5c34
Octal25365551330122417613464
Binary101011111010110110110110110101001010011111101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15F52D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15F52D; }

 p { color: rgb(21,245,45); }

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

<style>
 a { background-color: #15F52D; }

 a { background-color: rgb(21,245,45); }

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

<style>
 span { border-color: #15F52D; }

 span { border-color: rgb(21,245,45); }

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