#A3C74D

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

Shades of Atlantis #A3C74D

Tints of Atlantis #A3C74D

Color information

#A3C74D (or 0xA3C74D) is unknown color: approx Atlantis. HEX triplet: A3, C7 and 4D. RGB value is (163,199,77). Sum of RGB (Red+Green+Blue) = 163+199+77=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 199 (78.12% from 255 or 45.33% from 439); Blue value is 77 (30.47% from 255 or 17.54% from 439); Max value from RGB is 199 - color contains mainly: green. Hex color #A3C74D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C74D is #5C38B2. Grayscale: #AEAEAE. Windows color (decimal): -6043827 or 5097379. OLE color: 5097379.

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

Color convert

RGB16319977-
CMYK0.1800.610.22
HSL77.7º52.14%54.12%-
HSV(B)77.7º61.31%78.04%-
XYZ36.8749.1714.57-
YUV174.3373.07119.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.13%
GREEN value IS 199 (78.12% from 255) = 45.33%
BLUE value IS 77 (30.47% from 255) = 17.54%
R=37.13%
G=45.33%
B=17.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal163199770.1800.610.2277.752.1454.12
HexA3C74D1203D164e3436
Octal24330711522075261166466
Binary10100011110001111001101100100111101101101001110110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C74D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C74D; }

 p { color: rgb(163,199,77); }

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

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

 a { background-color: rgb(163,199,77); }

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

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

 span { border-color: rgb(163,199,77); }

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