#a5cc38

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

Shades of Atlantis #A5CC38

Tints of Atlantis #A5CC38

Color information

#A5CC38 (or 0xA5CC38) is unknown color: approx Atlantis. HEX triplet: A5, CC and 38. RGB value is (165,204,56). Sum of RGB (Red+Green+Blue) = 165+204+56=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 204 (80.08% from 255 or 48% from 425); Blue value is 56 (22.27% from 255 or 13.18% from 425); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CC38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5CC38 is #5A33C7. Grayscale: #B0B0B0. Windows color (decimal): -5911496 or 3722405. OLE color: 3722405.

HSL color Cylindrical-coordinate representation of color #A5CC38: hue angle of 75.81º degrees, saturation: 0.59, 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 #A5CC38 is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB16520456-
CMYK0.1900.730.2
HSL75.81º59.2%50.98%-
HSV(B)75.81º72.55%80%-
XYZ37.8251.4711.68-
YUV175.4760.58120.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.82%
GREEN value IS 204 (80.08% from 255) = 48%
BLUE value IS 56 (22.27% from 255) = 13.18%
R=38.82%
G=48%
B=13.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal165204560.1900.730.275.8159.250.98
HexA5CC3813049144c3b33
Octal24531470230111241147363
Binary10100101110011001110001001101001001101001001100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5cc38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5cc38; }

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

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

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

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

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

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

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

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