#15CA07

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

Shades of Free Speech Green #15CA07

Tints of Free Speech Green #15CA07

Color information

#15CA07 (or 0x15CA07) is unknown color: approx Free Speech Green. HEX triplet: 15, CA and 07. RGB value is (21,202,7). Sum of RGB (Red+Green+Blue) = 21+202+7=230 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.13% from 230); Green value is 202 (79.30% from 255 or 87.83% from 230); Blue value is 7 (3.12% from 255 or 3.04% from 230); Max value from RGB is 202 - color contains mainly: green. Hex color #15CA07 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15CA07 is #EA35F8. Grayscale: #7E7E7E. Windows color (decimal): -15349241 or 510485. OLE color: 510485.

HSL color Cylindrical-coordinate representation of color #15CA07: hue angle of 115.69º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #15CA07 is Cyan = 0.90, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB212027-
CMYK0.9000.970.21
HSL115.69º93.3%40.98%-
HSV(B)115.69º96.53%79.22%-
XYZ21.4742.427.26-
YUV125.6561.0353.36-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.13%
GREEN value IS 202 (79.30% from 255) = 87.83%
BLUE value IS 7 (3.12% from 255) = 3.04%
R=9.13%
G=87.83%
B=3.04%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2120270.9000.970.21115.6993.340.98
Hex15CA75A06115745d29
Octal25312713201412516413551
Binary10101110010101111011010011000011010111101001011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15CA07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,202,7); }

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

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

 a { background-color: rgb(21,202,7); }

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

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

 span { border-color: rgb(21,202,7); }

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