#ABD014

Color #ABD014 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #ABD014

Tints of Bahia #ABD014

Color information

#ABD014 (or 0xABD014) is unknown color: approx Bahia. HEX triplet: AB, D0 and 14. RGB value is (171,208,20). Sum of RGB (Red+Green+Blue) = 171+208+20=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 208 (81.64% from 255 or 52.13% from 399); Blue value is 20 (8.20% from 255 or 5.01% from 399); Max value from RGB is 208 - color contains mainly: green. Hex color #ABD014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABD014 is #542FEB. Grayscale: #B0B0B0. Windows color (decimal): -5517292 or 1364139. OLE color: 1364139.

HSL color Cylindrical-coordinate representation of color #ABD014: hue angle of 71.81º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ABD014 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB17120820-
CMYK0.1800.900.18
HSL71.81º82.46%44.71%-
HSV(B)71.81º90.38%81.57%-
XYZ39.4853.828.97-
YUV175.540.24124.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.86%
GREEN value IS 208 (81.64% from 255) = 52.13%
BLUE value IS 20 (8.20% from 255) = 5.01%
R=42.86%
G=52.13%
B=5.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal171208200.1800.900.1871.8182.4644.71
HexABD0141205A1248522d
Octal253320242201322211012255
Binary10101011110100001010010010010110101001010010001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD014; }

 p { color: rgb(171,208,20); }

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

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

 a { background-color: rgb(171,208,20); }

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

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

 span { border-color: rgb(171,208,20); }

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