#A1CD1A

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

Shades of Bahia #A1CD1A

Tints of Bahia #A1CD1A

Color information

#A1CD1A (or 0xA1CD1A) is unknown color: approx Bahia. HEX triplet: A1, CD and 1A. RGB value is (161,205,26). Sum of RGB (Red+Green+Blue) = 161+205+26=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 205 (80.47% from 255 or 52.30% from 392); Blue value is 26 (10.55% from 255 or 6.63% from 392); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CD1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CD1A is #5E32E5. Grayscale: #ACACAC. Windows color (decimal): -6173414 or 1756577. OLE color: 1756577.

HSL color Cylindrical-coordinate representation of color #A1CD1A: hue angle of 74.75º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A1CD1A is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB16120526-
CMYK0.2100.870.20
HSL74.75º77.49%45.29%-
HSV(B)74.75º87.32%80.39%-
XYZ36.7251.318.95-
YUV171.4445.92120.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.07%
GREEN value IS 205 (80.47% from 255) = 52.30%
BLUE value IS 26 (10.55% from 255) = 6.63%
R=41.07%
G=52.30%
B=6.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal161205260.2100.870.2074.7577.4945.29
HexA1CD1A15057144b4d2d
Octal241315322501272411311555
Binary10100001110011011101010101010101111010010010111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CD1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CD1A; }

 p { color: rgb(161,205,26); }

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

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

 a { background-color: rgb(161,205,26); }

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

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

 span { border-color: rgb(161,205,26); }

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