#A9CE28

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

Shades of Bahia #A9CE28

Tints of Bahia #A9CE28

Color information

#A9CE28 (or 0xA9CE28) is unknown color: approx Bahia. HEX triplet: A9, CE and 28. RGB value is (169,206,40). Sum of RGB (Red+Green+Blue) = 169+206+40=415 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.72% from 415); Green value is 206 (80.86% from 255 or 49.64% from 415); Blue value is 40 (16.02% from 255 or 9.64% from 415); Max value from RGB is 206 - color contains mainly: green. Hex color #A9CE28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9CE28 is #5631D7. Grayscale: #B0B0B0. Windows color (decimal): -5648856 or 2674345. OLE color: 2674345.

HSL color Cylindrical-coordinate representation of color #A9CE28: hue angle of 73.37º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A9CE28 is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB16920640-
CMYK0.1800.810.19
HSL73.37º67.48%48.24%-
HSV(B)73.37º80.58%80.78%-
XYZ38.8252.7310.14-
YUV176.0151.24123-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.72%
GREEN value IS 206 (80.86% from 255) = 49.64%
BLUE value IS 40 (16.02% from 255) = 9.64%
R=40.72%
G=49.64%
B=9.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal169206400.1800.810.1973.3767.4848.24
HexA9CE281205113494330
Octal251316502201212311110360
Binary101010011100111010100010010010100011001110010011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CE28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CE28; }

 p { color: rgb(169,206,40); }

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

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

 a { background-color: rgb(169,206,40); }

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

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

 span { border-color: rgb(169,206,40); }

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