Html Css Color HEX #A2C24A Atlantis

📋 copy color: '#A2C24A'

red 162 ◦ green 194 ◦ blue 74

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

Shades of Atlantis #A2C24A

Tints of Atlantis #A2C24A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.12%

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

R = 37.67%
G = 45.12%
B = 17.21%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#A2C24A (or 0xA2C24A) is known color: Atlantis. HEX triplet: A2, C2 and 4A. RGB value is (162,194,74). Sum of RGB (Red+Green+Blue) = 162+194+74=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 74 (29.30% from 255 or 17.21% from 430); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C24A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C24A is #5D3DB5. Grayscale: #ABABAB. Windows color (decimal): -6110646 or 4899490. OLE color: 4899490.

HSL color Cylindrical-coordinate representation of color #A2C24A: hue angle of 76º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2C24A is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 194 74 -
CMYK 0.16 0 0.62 0.24
HSL 76º 0.5% 0.53% -
HSV(B) 76º 0.62% 0.76% -
XYZ 35.43 46.76 13.64 -
YUV 170.75 73.4 121.76 -
System Red Green Blue C M Y K H S L
Decimal 162 194 74 0.16 0 0.62 0.24 76 0.5 0.53
Hex A2 C2 4A 10 0 3E 18 4C 32 35
Octal 242 302 112 20 0 76 30 114 62 65
Binary 10100010 11000010 1001010 10000 0 111110 11000 1001100 110010 110101

Color Harmonies of #A2C24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C24A

Black with #A2C24A

Text Example


Text Example

White with #A2C24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C24A; }

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

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

background-color css

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

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

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

border-color css

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

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

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