Html Css Color HEX #A3C94D Atlantis

📋 copy color: '#A3C94D'

red 163 ◦ green 201 ◦ blue 77

#A3C94D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #A3C94D

Tints of Atlantis #A3C94D

RGB

 RED value IS 163 (64.06% from 255) = 36.96%

 GREEN value IS 201 (78.91% from 255) = 45.58%

 BLUE value IS 77 (30.47% from 255) = 17.46%

R = 36.96%
G = 45.58%
B = 17.46%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#A3C94D (or 0xA3C94D) is known color: Atlantis. HEX triplet: A3, C9 and 4D. RGB value is (163,201,77). Sum of RGB (Red+Green+Blue) = 163+201+77=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 201 (78.91% from 255 or 45.58% from 441); Blue value is 77 (30.47% from 255 or 17.46% from 441); Max value from RGB is 201 - color contains mainly: green. Hex color #A3C94D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C94D is #5C36B2. Grayscale: #AFAFAF. Windows color (decimal): -6043315 or 5097891. OLE color: 5097891.

HSL color Cylindrical-coordinate representation of color #A3C94D: hue angle of 78.39º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A3C94D is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 163 201 77 -
CMYK 0.19 0 0.62 0.21
HSL 78.39º 0.53% 0.55% -
HSV(B) 78.39º 0.62% 0.79% -
XYZ 37.33 50.1 14.72 -
YUV 175.5 72.41 119.08 -
System Red Green Blue C M Y K H S L
Decimal 163 201 77 0.19 0 0.62 0.21 78.39 0.53 0.55
Hex A3 C9 4D 13 0 3E 15 4E 35 37
Octal 243 311 115 23 0 76 25 116 65 67
Binary 10100011 11001001 1001101 10011 0 111110 10101 1001110 110101 110111

Color Harmonies of #A3C94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C94D

Black with #A3C94D

Text Example


Text Example

White with #A3C94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C94D; }

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

 H1.HeaderClassName
 {
   color: #A3C94D;
 }
 .AnyTagClassName
 {
   color: #A3C94D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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