#A4C33E

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

Shades of Atlantis #A4C33E

Tints of Atlantis #A4C33E

Color information

#A4C33E (or 0xA4C33E) is unknown color: approx Atlantis. HEX triplet: A4, C3 and 3E. RGB value is (164,195,62). Sum of RGB (Red+Green+Blue) = 164+195+62=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 195 (76.56% from 255 or 46.32% from 421); Blue value is 62 (24.61% from 255 or 14.73% from 421); Max value from RGB is 195 - color contains mainly: green. Hex color #A4C33E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C33E is #5B3CC1. Grayscale: #ABABAB. Windows color (decimal): -5979330 or 4113316. OLE color: 4113316.

HSL color Cylindrical-coordinate representation of color #A4C33E: hue angle of 73.98º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A4C33E is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB16419562-
CMYK0.1600.680.24
HSL73.98º52.57%50.39%-
HSV(B)73.98º68.21%76.47%-
XYZ35.6947.2711.8-
YUV170.5766.73123.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.95%
GREEN value IS 195 (76.56% from 255) = 46.32%
BLUE value IS 62 (24.61% from 255) = 14.73%
R=38.95%
G=46.32%
B=14.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal164195620.1600.680.2473.9852.5750.39
HexA4C33E10044184a3532
Octal24430376200104301126562
Binary10100100110000111111101000001000100110001001010110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C33E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C33E; }

 p { color: rgb(164,195,62); }

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

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

 a { background-color: rgb(164,195,62); }

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

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

 span { border-color: rgb(164,195,62); }

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