Html Css Color HEX #A2CC4A Atlantis

📋 copy color: '#A2CC4A'

red 162 ◦ green 204 ◦ blue 74

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

Shades of Atlantis #A2CC4A

Tints of Atlantis #A2CC4A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.36%

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

R = 36.82%
G = 46.36%
B = 16.82%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#A2CC4A (or 0xA2CC4A) is known color: Atlantis. HEX triplet: A2, CC and 4A. RGB value is (162,204,74). Sum of RGB (Red+Green+Blue) = 162+204+74=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 204 (80.08% from 255 or 46.36% from 440); Blue value is 74 (29.30% from 255 or 16.82% from 440); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CC4A is #5D33B5. Grayscale: #B1B1B1. Windows color (decimal): -6108086 or 4902050. OLE color: 4902050.

HSL color Cylindrical-coordinate representation of color #A2CC4A: hue angle of 79.38º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A2CC4A is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 162 204 74 -
CMYK 0.21 0 0.64 0.2
HSL 79.38º 0.56% 0.55% -
HSV(B) 79.38º 0.64% 0.8% -
XYZ 37.73 51.36 14.4 -
YUV 176.62 70.09 117.57 -
System Red Green Blue C M Y K H S L
Decimal 162 204 74 0.21 0 0.64 0.2 79.38 0.56 0.55
Hex A2 CC 4A 15 0 40 14 4F 38 37
Octal 242 314 112 25 0 100 24 117 70 67
Binary 10100010 11001100 1001010 10101 0 1000000 10100 1001111 111000 110111

Color Harmonies of #A2CC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CC4A

Black with #A2CC4A

Text Example


Text Example

White with #A2CC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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