#A5C838

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

Shades of Atlantis #A5C838

Tints of Atlantis #A5C838

Color information

#A5C838 (or 0xA5C838) is unknown color: approx Atlantis. HEX triplet: A5, C8 and 38. RGB value is (165,200,56). Sum of RGB (Red+Green+Blue) = 165+200+56=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 200 (78.52% from 255 or 47.51% from 421); Blue value is 56 (22.27% from 255 or 13.30% from 421); Max value from RGB is 200 - color contains mainly: green. Hex color #A5C838 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C838 is #5A37C7. Grayscale: #ADADAD. Windows color (decimal): -5912520 or 3721381. OLE color: 3721381.

HSL color Cylindrical-coordinate representation of color #A5C838: hue angle of 74.58º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A5C838 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB16520056-
CMYK0.1800.720.22
HSL74.58º56.69%50.2%-
HSV(B)74.58º72%78.43%-
XYZ36.8949.5911.37-
YUV173.1261.9122.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.19%
GREEN value IS 200 (78.52% from 255) = 47.51%
BLUE value IS 56 (22.27% from 255) = 13.30%
R=39.19%
G=47.51%
B=13.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal165200560.1800.720.2274.5856.6950.2
HexA5C83812048164b3932
Octal24531070220110261137162
Binary10100101110010001110001001001001000101101001011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C838; }

 p { color: rgb(165,200,56); }

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

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

 a { background-color: rgb(165,200,56); }

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

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

 span { border-color: rgb(165,200,56); }

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