#a2d01c

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

Shades of Bahia #A2D01C

Tints of Bahia #A2D01C

Color information

#A2D01C (or 0xA2D01C) is unknown color: approx Bahia. HEX triplet: A2, D0 and 1C. RGB value is (162,208,28). Sum of RGB (Red+Green+Blue) = 162+208+28=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 208 (81.64% from 255 or 52.26% from 398); Blue value is 28 (11.33% from 255 or 7.04% from 398); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D01C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D01C is #5D2FE3. Grayscale: #AEAEAE. Windows color (decimal): -6107108 or 1888418. OLE color: 1888418.

HSL color Cylindrical-coordinate representation of color #A2D01C: hue angle of 75.33º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A2D01C is Cyan = 0.22, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB16220828-
CMYK0.2200.870.18
HSL75.33º76.27%46.27%-
HSV(B)75.33º86.54%81.57%-
XYZ37.6752.889.32-
YUV173.7345.76119.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.70%
GREEN value IS 208 (81.64% from 255) = 52.26%
BLUE value IS 28 (11.33% from 255) = 7.04%
R=40.70%
G=52.26%
B=7.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal162208280.2200.870.1875.3376.2746.27
HexA2D01C16057124b4c2e
Octal242320342601272211311456
Binary10100010110100001110010110010101111001010010111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2d01c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2d01c; }

 p { color: rgb(162,208,28); }

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

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

 a { background-color: rgb(162,208,28); }

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

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

 span { border-color: rgb(162,208,28); }

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