Html Css Color HEX #A2C84A Atlantis

📋 copy color: '#A2C84A'

red 162 ◦ green 200 ◦ blue 74

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

Shades of Atlantis #A2C84A

Tints of Atlantis #A2C84A

RGB

 RED value IS 162 (63.67% from 255) = 37.16%

 GREEN value IS 200 (78.52% from 255) = 45.87%

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

R = 37.16%
G = 45.87%
B = 16.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#A2C84A (or 0xA2C84A) is known color: Atlantis. HEX triplet: A2, C8 and 4A. RGB value is (162,200,74). Sum of RGB (Red+Green+Blue) = 162+200+74=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 200 (78.52% from 255 or 45.87% from 436); Blue value is 74 (29.30% from 255 or 16.97% from 436); Max value from RGB is 200 - color contains mainly: green. Hex color #A2C84A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C84A is #5D37B5. Grayscale: #AEAEAE. Windows color (decimal): -6109110 or 4901026. OLE color: 4901026.

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

Color convert

RGB 162 200 74 -
CMYK 0.19 0 0.63 0.22
HSL 78.1º 0.53% 0.54% -
HSV(B) 78.1º 0.63% 0.78% -
XYZ 36.79 49.48 14.09 -
YUV 174.27 71.41 119.25 -
System Red Green Blue C M Y K H S L
Decimal 162 200 74 0.19 0 0.63 0.22 78.1 0.53 0.54
Hex A2 C8 4A 13 0 3F 16 4E 35 36
Octal 242 310 112 23 0 77 26 116 65 66
Binary 10100010 11001000 1001010 10011 0 111111 10110 1001110 110101 110110

Color Harmonies of #A2C84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C84A

Black with #A2C84A

Text Example


Text Example

White with #A2C84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C84A; }

 p { color: rgb(162,200,74); }

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

background-color css

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

 a { background-color: rgb(162,200,74); }

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

border-color css

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

 span { border-color: rgb(162,200,74); }

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