Html Css Color HEX #A3C94A Atlantis

📋 copy color: '#A3C94A'

red 163 ◦ green 201 ◦ blue 74

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

Shades of Atlantis #A3C94A

Tints of Atlantis #A3C94A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.89%

R = 37.21%
G = 45.89%
B = 16.89%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#A3C94A (or 0xA3C94A) is known color: Atlantis. HEX triplet: A3, C9 and 4A. RGB value is (163,201,74). Sum of RGB (Red+Green+Blue) = 163+201+74=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 201 (78.91% from 255 or 45.89% from 438); Blue value is 74 (29.30% from 255 or 16.89% from 438); Max value from RGB is 201 - color contains mainly: green. Hex color #A3C94A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C94A is #5C36B5. Grayscale: #AFAFAF. Windows color (decimal): -6043318 or 4901283. OLE color: 4901283.

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

Color convert

RGB 163 201 74 -
CMYK 0.19 0 0.63 0.21
HSL 77.95º 0.54% 0.54% -
HSV(B) 77.95º 0.63% 0.79% -
XYZ 37.23 50.05 14.18 -
YUV 175.16 70.91 119.33 -
System Red Green Blue C M Y K H S L
Decimal 163 201 74 0.19 0 0.63 0.21 77.95 0.54 0.54
Hex A3 C9 4A 13 0 3F 15 4E 36 36
Octal 243 311 112 23 0 77 25 116 66 66
Binary 10100011 11001001 1001010 10011 0 111111 10101 1001110 110110 110110

Color Harmonies of #A3C94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C94A

Black with #A3C94A

Text Example


Text Example

White with #A3C94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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