#A5C33B

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

Shades of Atlantis #A5C33B

Tints of Atlantis #A5C33B

Color information

#A5C33B (or 0xA5C33B) is unknown color: approx Atlantis. HEX triplet: A5, C3 and 3B. RGB value is (165,195,59). Sum of RGB (Red+Green+Blue) = 165+195+59=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 195 (76.56% from 255 or 46.54% from 419); Blue value is 59 (23.44% from 255 or 14.08% from 419); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C33B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C33B is #5A3CC4. Grayscale: #ABABAB. Windows color (decimal): -5913797 or 3916709. OLE color: 3916709.

HSL color Cylindrical-coordinate representation of color #A5C33B: hue angle of 73.24º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A5C33B is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB16519559-
CMYK0.1500.700.24
HSL73.24º53.54%49.8%-
HSV(B)73.24º69.74%76.47%-
XYZ35.8247.3511.39-
YUV170.5365.06124.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.38%
GREEN value IS 195 (76.56% from 255) = 46.54%
BLUE value IS 59 (23.44% from 255) = 14.08%
R=39.38%
G=46.54%
B=14.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal165195590.1500.700.2473.2453.5449.8
HexA5C33BF04618493632
Octal24530373170106301116662
Binary1010010111000011111011111101000110110001001001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C33B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C33B; }

 p { color: rgb(165,195,59); }

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

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

 a { background-color: rgb(165,195,59); }

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

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

 span { border-color: rgb(165,195,59); }

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