#A1CB38

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

Shades of Atlantis #A1CB38

Tints of Atlantis #A1CB38

Color information

#A1CB38 (or 0xA1CB38) is unknown color: approx Atlantis. HEX triplet: A1, CB and 38. RGB value is (161,203,56). Sum of RGB (Red+Green+Blue) = 161+203+56=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 203 (79.69% from 255 or 48.33% from 420); Blue value is 56 (22.27% from 255 or 13.33% from 420); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CB38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CB38 is #5E34C7. Grayscale: #AEAEAE. Windows color (decimal): -6173896 or 3722145. OLE color: 3722145.

HSL color Cylindrical-coordinate representation of color #A1CB38: hue angle of 77.14º 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 #A1CB38 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB16120356-
CMYK0.2100.720.20
HSL77.14º58.57%50.78%-
HSV(B)77.14º72.41%79.61%-
XYZ36.7750.5711.57-
YUV173.6861.59118.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.33%
GREEN value IS 203 (79.69% from 255) = 48.33%
BLUE value IS 56 (22.27% from 255) = 13.33%
R=38.33%
G=48.33%
B=13.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal161203560.2100.720.2077.1458.5750.78
HexA1CB3815048144d3b33
Octal24131370250110241157363
Binary10100001110010111110001010101001000101001001101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CB38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CB38; }

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

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

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

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

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

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

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

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