#A4C23C

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

Shades of Atlantis #A4C23C

Tints of Atlantis #A4C23C

Color information

#A4C23C (or 0xA4C23C) is unknown color: approx Atlantis. HEX triplet: A4, C2 and 3C. RGB value is (164,194,60). Sum of RGB (Red+Green+Blue) = 164+194+60=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 194 (76.17% from 255 or 46.41% from 418); Blue value is 60 (23.83% from 255 or 14.35% from 418); Max value from RGB is 194 - color contains mainly: green. Hex color #A4C23C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C23C is #5B3DC3. Grayscale: #AAAAAA. Windows color (decimal): -5979588 or 3981988. OLE color: 3981988.

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

Color convert

RGB16419460-
CMYK0.1500.690.24
HSL73.43º52.76%49.8%-
HSV(B)73.43º69.07%76.08%-
XYZ35.4246.811.44-
YUV169.7566.06123.9-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.23%
GREEN value IS 194 (76.17% from 255) = 46.41%
BLUE value IS 60 (23.83% from 255) = 14.35%
R=39.23%
G=46.41%
B=14.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal164194600.1500.690.2473.4352.7649.8
HexA4C23CF04518493532
Octal24430274170105301116562
Binary1010010011000010111100111101000101110001001001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C23C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C23C; }

 p { color: rgb(164,194,60); }

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

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

 a { background-color: rgb(164,194,60); }

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

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

 span { border-color: rgb(164,194,60); }

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