Html Css Color HEX #A2CA50 Atlantis

📋 copy color: '#A2CA50'

red 162 ◦ green 202 ◦ blue 80

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

Shades of Atlantis #A2CA50

Tints of Atlantis #A2CA50

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.5%

 BLUE value IS 80 (31.64% from 255) = 18.02%

R = 36.49%
G = 45.5%
B = 18.02%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#A2CA50 (or 0xA2CA50) is known color: Atlantis. HEX triplet: A2, CA and 50. RGB value is (162,202,80). Sum of RGB (Red+Green+Blue) = 162+202+80=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 80 (31.64% from 255 or 18.02% from 444); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CA50 is #5D35AF. Grayscale: #B0B0B0. Windows color (decimal): -6108592 or 5294754. OLE color: 5294754.

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

Color convert

RGB 162 202 80 -
CMYK 0.20 0 0.60 0.21
HSL 79.67º 0.54% 0.55% -
HSV(B) 79.67º 0.6% 0.79% -
XYZ 37.47 50.5 15.36 -
YUV 176.13 73.75 117.92 -
System Red Green Blue C M Y K H S L
Decimal 162 202 80 0.20 0 0.60 0.21 79.67 0.54 0.55
Hex A2 CA 50 14 0 3C 15 50 36 37
Octal 242 312 120 24 0 74 25 120 66 67
Binary 10100010 11001010 1010000 10100 0 111100 10101 1010000 110110 110111

Color Harmonies of #A2CA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CA50

Black with #A2CA50

Text Example


Text Example

White with #A2CA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CA50; }

 p { color: rgb(162,202,80); }

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

background-color css

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

 a { background-color: rgb(162,202,80); }

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

border-color css

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

 span { border-color: rgb(162,202,80); }

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