#A8CB37

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

Shades of Atlantis #A8CB37

Tints of Atlantis #A8CB37

Color information

#A8CB37 (or 0xA8CB37) is unknown color: approx Atlantis. HEX triplet: A8, CB and 37. RGB value is (168,203,55). Sum of RGB (Red+Green+Blue) = 168+203+55=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 203 (79.69% from 255 or 47.65% from 426); Blue value is 55 (21.88% from 255 or 12.91% from 426); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CB37 is #5734C8. Grayscale: #B0B0B0. Windows color (decimal): -5715145 or 3656616. OLE color: 3656616.

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

Color convert

RGB16820355-
CMYK0.1700.730.20
HSL74.19º58.73%50.59%-
HSV(B)74.19º72.91%79.61%-
XYZ38.1951.3111.51-
YUV175.6659.9122.53-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.44%
GREEN value IS 203 (79.69% from 255) = 47.65%
BLUE value IS 55 (21.88% from 255) = 12.91%
R=39.44%
G=47.65%
B=12.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal168203550.1700.730.2074.1958.7350.59
HexA8CB3711049144a3b33
Octal25031367210111241127363
Binary10101000110010111101111000101001001101001001010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CB37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CB37; }

 p { color: rgb(168,203,55); }

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

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

 a { background-color: rgb(168,203,55); }

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

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

 span { border-color: rgb(168,203,55); }

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