#A1CB4E

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

Shades of Atlantis #A1CB4E

Tints of Atlantis #A1CB4E

Color information

#A1CB4E (or 0xA1CB4E) is unknown color: approx Atlantis. HEX triplet: A1, CB and 4E. RGB value is (161,203,78). Sum of RGB (Red+Green+Blue) = 161+203+78=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 78 (30.86% from 255 or 17.65% from 442); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CB4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CB4E is #5E34B1. Grayscale: #B0B0B0. Windows color (decimal): -6173874 or 5163937. OLE color: 5163937.

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

Color convert

RGB16120378-
CMYK0.2100.620.20
HSL80.16º54.59%55.1%-
HSV(B)80.16º61.58%79.61%-
XYZ37.4350.8415.05-
YUV176.1972.59117.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.43%
GREEN value IS 203 (79.69% from 255) = 45.93%
BLUE value IS 78 (30.86% from 255) = 17.65%
R=36.43%
G=45.93%
B=17.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal161203780.2100.620.2080.1654.5955.1
HexA1CB4E1503E14503737
Octal24131311625076241206767
Binary10100001110010111001110101010111110101001010000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CB4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CB4E; }

 p { color: rgb(161,203,78); }

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

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

 a { background-color: rgb(161,203,78); }

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

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

 span { border-color: rgb(161,203,78); }

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