#A4C83F

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

Shades of Atlantis #A4C83F

Tints of Atlantis #A4C83F

Color information

#A4C83F (or 0xA4C83F) is unknown color: approx Atlantis. HEX triplet: A4, C8 and 3F. RGB value is (164,200,63). Sum of RGB (Red+Green+Blue) = 164+200+63=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 200 (78.52% from 255 or 46.84% from 427); Blue value is 63 (25% from 255 or 14.75% from 427); Max value from RGB is 200 - color contains mainly: green. Hex color #A4C83F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C83F is #5B37C0. Grayscale: #AEAEAE. Windows color (decimal): -5978049 or 4180132. OLE color: 4180132.

HSL color Cylindrical-coordinate representation of color #A4C83F: hue angle of 75.77º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A4C83F is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB16420063-
CMYK0.1800.680.22
HSL75.77º55.47%51.57%-
HSV(B)75.77º68.5%78.43%-
XYZ36.8649.5612.33-
YUV173.6265.57121.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.41%
GREEN value IS 200 (78.52% from 255) = 46.84%
BLUE value IS 63 (25% from 255) = 14.75%
R=38.41%
G=46.84%
B=14.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal164200630.1800.680.2275.7755.4751.57
HexA4C83F12044164c3734
Octal24431077220104261146764
Binary10100100110010001111111001001000100101101001100110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C83F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C83F; }

 p { color: rgb(164,200,63); }

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

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

 a { background-color: rgb(164,200,63); }

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

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

 span { border-color: rgb(164,200,63); }

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