Html Css Color HEX #A2CA48 Atlantis

📋 copy color: '#A2CA48'

red 162 ◦ green 202 ◦ blue 72

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

Shades of Atlantis #A2CA48

Tints of Atlantis #A2CA48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.51%

R = 37.16%
G = 46.33%
B = 16.51%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#A2CA48 (or 0xA2CA48) is known color: Atlantis. HEX triplet: A2, CA and 48. RGB value is (162,202,72). Sum of RGB (Red+Green+Blue) = 162+202+72=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 202 (79.30% from 255 or 46.33% from 436); Blue value is 72 (28.52% from 255 or 16.51% from 436); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CA48 is #5D35B7. Grayscale: #AFAFAF. Windows color (decimal): -6108600 or 4770466. OLE color: 4770466.

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

Color convert

RGB 162 202 72 -
CMYK 0.20 0 0.64 0.21
HSL 78.46º 0.55% 0.54% -
HSV(B) 78.46º 0.64% 0.79% -
XYZ 37.19 50.39 13.9 -
YUV 175.22 69.75 118.57 -
System Red Green Blue C M Y K H S L
Decimal 162 202 72 0.20 0 0.64 0.21 78.46 0.55 0.54
Hex A2 CA 48 14 0 40 15 4E 37 36
Octal 242 312 110 24 0 100 25 116 67 66
Binary 10100010 11001010 1001000 10100 0 1000000 10101 1001110 110111 110110

Color Harmonies of #A2CA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CA48

Black with #A2CA48

Text Example


Text Example

White with #A2CA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CA48; }

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

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

background-color css

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

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

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

border-color css

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

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

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