#A1BE42

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

Shades of Atlantis #A1BE42

Tints of Atlantis #A1BE42

Color information

#A1BE42 (or 0xA1BE42) is unknown color: approx Atlantis. HEX triplet: A1, BE and 42. RGB value is (161,190,66). Sum of RGB (Red+Green+Blue) = 161+190+66=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 190 (74.61% from 255 or 45.56% from 417); Blue value is 66 (26.17% from 255 or 15.83% from 417); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BE42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BE42 is #5E41BD. Grayscale: #A7A7A7. Windows color (decimal): -6177214 or 4374177. OLE color: 4374177.

HSL color Cylindrical-coordinate representation of color #A1BE42: hue angle of 74.03º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A1BE42 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB16119066-
CMYK0.1500.650.25
HSL74.03º48.82%50.2%-
HSV(B)74.03º65.26%74.51%-
XYZ34.0944.812-
YUV167.1970.89123.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.61%
GREEN value IS 190 (74.61% from 255) = 45.56%
BLUE value IS 66 (26.17% from 255) = 15.83%
R=38.61%
G=45.56%
B=15.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161190660.1500.650.2574.0348.8250.2
HexA1BE42F041194a3132
Octal241276102170101311126162
Binary10100001101111101000010111101000001110011001010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BE42; }

 p { color: rgb(161,190,66); }

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

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

 a { background-color: rgb(161,190,66); }

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

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

 span { border-color: rgb(161,190,66); }

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