#A5D21F

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

Shades of Bahia #A5D21F

Tints of Bahia #A5D21F

Color information

#A5D21F (or 0xA5D21F) is unknown color: approx Bahia. HEX triplet: A5, D2 and 1F. RGB value is (165,210,31). Sum of RGB (Red+Green+Blue) = 165+210+31=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 210 (82.42% from 255 or 51.72% from 406); Blue value is 31 (12.5% from 255 or 7.64% from 406); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D21F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D21F is #5A2DE0. Grayscale: #B0B0B0. Windows color (decimal): -5909985 or 2085541. OLE color: 2085541.

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

Color convert

RGB16521031-
CMYK0.2100.850.18
HSL75.08º74.27%47.25%-
HSV(B)75.08º85.24%82.35%-
XYZ38.8154.199.71-
YUV176.1446.09120.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.64%
GREEN value IS 210 (82.42% from 255) = 51.72%
BLUE value IS 31 (12.5% from 255) = 7.64%
R=40.64%
G=51.72%
B=7.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal165210310.2100.850.1875.0874.2747.25
HexA5D21F15055124b4a2f
Octal245322372501252211311257
Binary10100101110100101111110101010101011001010010111001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D21F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D21F; }

 p { color: rgb(165,210,31); }

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

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

 a { background-color: rgb(165,210,31); }

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

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

 span { border-color: rgb(165,210,31); }

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