#a7d21d

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

Shades of Bahia #A7D21D

Tints of Bahia #A7D21D

Color information

#A7D21D (or 0xA7D21D) is unknown color: approx Bahia. HEX triplet: A7, D2 and 1D. RGB value is (167,210,29). Sum of RGB (Red+Green+Blue) = 167+210+29=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 210 (82.42% from 255 or 51.72% from 406); Blue value is 29 (11.72% from 255 or 7.14% from 406); Max value from RGB is 210 - color contains mainly: green. Hex color #A7D21D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7D21D is #582DE2. Grayscale: #B1B1B1. Windows color (decimal): -5778915 or 1954471. OLE color: 1954471.

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

Color convert

RGB16721029-
CMYK0.2000.860.18
HSL74.25º75.73%46.86%-
HSV(B)74.25º86.19%82.35%-
XYZ39.254.49.6-
YUV176.5144.75121.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.13%
GREEN value IS 210 (82.42% from 255) = 51.72%
BLUE value IS 29 (11.72% from 255) = 7.14%
R=41.13%
G=51.72%
B=7.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal167210290.2000.860.1874.2575.7346.86
HexA7D21D14056124a4c2f
Octal247322352401262211211457
Binary10100111110100101110110100010101101001010010101001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7d21d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7d21d; }

 p { color: rgb(167,210,29); }

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

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

 a { background-color: rgb(167,210,29); }

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

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

 span { border-color: rgb(167,210,29); }

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