#A9CB38

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

Shades of Atlantis #A9CB38

Tints of Atlantis #A9CB38

Color information

#A9CB38 (or 0xA9CB38) is unknown color: approx Atlantis. HEX triplet: A9, CB and 38. RGB value is (169,203,56). Sum of RGB (Red+Green+Blue) = 169+203+56=428 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.49% from 428); Green value is 203 (79.69% from 255 or 47.43% from 428); Blue value is 56 (22.27% from 255 or 13.08% from 428); Max value from RGB is 203 - color contains mainly: green. Hex color #A9CB38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9CB38 is #5634C7. Grayscale: #B0B0B0. Windows color (decimal): -5649608 or 3722153. OLE color: 3722153.

HSL color Cylindrical-coordinate representation of color #A9CB38: hue angle of 73.88º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A9CB38 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB16920356-
CMYK0.1700.720.20
HSL73.88º58.57%50.78%-
HSV(B)73.88º72.41%79.61%-
XYZ38.4351.4311.64-
YUV176.0860.24122.95-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.49%
GREEN value IS 203 (79.69% from 255) = 47.43%
BLUE value IS 56 (22.27% from 255) = 13.08%
R=39.49%
G=47.43%
B=13.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal169203560.1700.720.2073.8858.5750.78
HexA9CB3811048144a3b33
Octal25131370210110241127363
Binary10101001110010111110001000101001000101001001010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CB38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CB38; }

 p { color: rgb(169,203,56); }

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

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

 a { background-color: rgb(169,203,56); }

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

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

 span { border-color: rgb(169,203,56); }

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