Html Css Color HEX #A2CA40 Atlantis

📋 copy color: '#A2CA40'

red 162 ◦ green 202 ◦ blue 64

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

Shades of Atlantis #A2CA40

Tints of Atlantis #A2CA40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.95%

R = 37.85%
G = 47.2%
B = 14.95%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#A2CA40 (or 0xA2CA40) is known color: Atlantis. HEX triplet: A2, CA and 40. RGB value is (162,202,64). Sum of RGB (Red+Green+Blue) = 162+202+64=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 202 (79.30% from 255 or 47.20% from 428); Blue value is 64 (25.39% from 255 or 14.95% from 428); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CA40 is #5D35BF. Grayscale: #AEAEAE. Windows color (decimal): -6108608 or 4246178. OLE color: 4246178.

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

Color convert

RGB 162 202 64 -
CMYK 0.20 0 0.68 0.21
HSL 77.39º 0.57% 0.52% -
HSV(B) 77.39º 0.68% 0.79% -
XYZ 36.95 50.29 12.61 -
YUV 174.31 65.75 119.22 -
System Red Green Blue C M Y K H S L
Decimal 162 202 64 0.20 0 0.68 0.21 77.39 0.57 0.52
Hex A2 CA 40 14 0 44 15 4D 39 34
Octal 242 312 100 24 0 104 25 115 71 64
Binary 10100010 11001010 1000000 10100 0 1000100 10101 1001101 111001 110100

Color Harmonies of #A2CA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CA40

Black with #A2CA40

Text Example


Text Example

White with #A2CA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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