#A1C725

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

Shades of Bahia #A1C725

Tints of Bahia #A1C725

Color information

#A1C725 (or 0xA1C725) is unknown color: approx Bahia. HEX triplet: A1, C7 and 25. RGB value is (161,199,37). Sum of RGB (Red+Green+Blue) = 161+199+37=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 199 (78.12% from 255 or 50.13% from 397); Blue value is 37 (14.84% from 255 or 9.32% from 397); Max value from RGB is 199 - color contains mainly: green. Hex color #A1C725 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C725 is #5E38DA. Grayscale: #A9A9A9. Windows color (decimal): -6174939 or 2475937. OLE color: 2475937.

HSL color Cylindrical-coordinate representation of color #A1C725: hue angle of 74.07º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A1C725 is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB16119937-
CMYK0.1900.810.22
HSL74.07º68.64%46.27%-
HSV(B)74.07º81.41%78.04%-
XYZ35.4648.569.25-
YUV169.1753.41122.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.55%
GREEN value IS 199 (78.12% from 255) = 50.13%
BLUE value IS 37 (14.84% from 255) = 9.32%
R=40.55%
G=50.13%
B=9.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal161199370.1900.810.2274.0768.6446.27
HexA1C72513051164a452e
Octal241307452301212611210556
Binary101000011100011110010110011010100011011010010101000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C725; }

 p { color: rgb(161,199,37); }

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

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

 a { background-color: rgb(161,199,37); }

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

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

 span { border-color: rgb(161,199,37); }

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