#A8D021

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

Shades of Bahia #A8D021

Tints of Bahia #A8D021

Color information

#A8D021 (or 0xA8D021) is unknown color: approx Bahia. HEX triplet: A8, D0 and 21. RGB value is (168,208,33). Sum of RGB (Red+Green+Blue) = 168+208+33=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 208 (81.64% from 255 or 50.86% from 409); Blue value is 33 (13.28% from 255 or 8.07% from 409); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D021 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D021 is #572FDE. Grayscale: #B0B0B0. Windows color (decimal): -5713887 or 2216104. OLE color: 2216104.

HSL color Cylindrical-coordinate representation of color #A8D021: hue angle of 73.71º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8D021 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB16820833-
CMYK0.1900.840.18
HSL73.71º72.61%47.25%-
HSV(B)73.71º84.13%81.57%-
XYZ38.9853.559.72-
YUV176.0947.25122.23-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.08%
GREEN value IS 208 (81.64% from 255) = 50.86%
BLUE value IS 33 (13.28% from 255) = 8.07%
R=41.08%
G=50.86%
B=8.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal168208330.1900.840.1873.7172.6147.25
HexA8D02113054124a492f
Octal250320412301242211211157
Binary101010001101000010000110011010101001001010010101001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D021; }

 p { color: rgb(168,208,33); }

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

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

 a { background-color: rgb(168,208,33); }

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

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

 span { border-color: rgb(168,208,33); }

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