#15DB14

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

Shades of Free Speech Green #15DB14

Tints of Free Speech Green #15DB14

Color information

#15DB14 (or 0x15DB14) is unknown color: approx Free Speech Green. HEX triplet: 15, DB and 14. RGB value is (21,219,20). Sum of RGB (Red+Green+Blue) = 21+219+20=260 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.08% from 260); Green value is 219 (85.94% from 255 or 84.23% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 219 - color contains mainly: green. Hex color #15DB14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15DB14 is #EA24EB. Grayscale: #898989. Windows color (decimal): -15344876 or 1366805. OLE color: 1366805.

HSL color Cylindrical-coordinate representation of color #15DB14: hue angle of 119.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15DB14 is Cyan = 0.90, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB2121920-
CMYK0.9000.910.14
HSL119.7º83.26%46.86%-
HSV(B)119.7º90.87%85.88%-
XYZ25.7750.879.12-
YUV137.1161.945.18-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.08%
GREEN value IS 219 (85.94% from 255) = 84.23%
BLUE value IS 20 (8.20% from 255) = 7.69%
R=8.08%
G=84.23%
B=7.69%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21219200.9000.910.14119.783.2646.86
Hex15DB145A05BE78532f
Octal253332413201331617012357
Binary101011101101110100101101001011011111011110001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15DB14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,219,20); }

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

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

 a { background-color: rgb(21,219,20); }

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

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

 span { border-color: rgb(21,219,20); }

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