#A1CD38

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

Shades of Atlantis #A1CD38

Tints of Atlantis #A1CD38

Color information

#A1CD38 (or 0xA1CD38) is unknown color: approx Atlantis. HEX triplet: A1, CD and 38. RGB value is (161,205,56). Sum of RGB (Red+Green+Blue) = 161+205+56=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 205 (80.47% from 255 or 48.58% from 422); Blue value is 56 (22.27% from 255 or 13.27% from 422); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CD38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CD38 is #5E32C7. Grayscale: #AFAFAF. Windows color (decimal): -6173384 or 3722657. OLE color: 3722657.

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

Color convert

RGB16120556-
CMYK0.2100.730.20
HSL77.72º59.84%51.18%-
HSV(B)77.72º72.68%80.39%-
XYZ37.2451.5311.72-
YUV174.8660.92118.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.15%
GREEN value IS 205 (80.47% from 255) = 48.58%
BLUE value IS 56 (22.27% from 255) = 13.27%
R=38.15%
G=48.58%
B=13.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal161205560.2100.730.2077.7259.8451.18
HexA1CD3815049144e3c33
Octal24131570250111241167463
Binary10100001110011011110001010101001001101001001110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CD38; }

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

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

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

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

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

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

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

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