Html Css Color HEX #A2CA4C Atlantis

📋 copy color: '#A2CA4C'

red 162 ◦ green 202 ◦ blue 76

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

Shades of Atlantis #A2CA4C

Tints of Atlantis #A2CA4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.27%

R = 36.82%
G = 45.91%
B = 17.27%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#A2CA4C (or 0xA2CA4C) is known color: Atlantis. HEX triplet: A2, CA and 4C. RGB value is (162,202,76). Sum of RGB (Red+Green+Blue) = 162+202+76=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 76 (30.08% from 255 or 17.27% from 440); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CA4C is #5D35B3. Grayscale: #B0B0B0. Windows color (decimal): -6108596 or 5032610. OLE color: 5032610.

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

Color convert

RGB 162 202 76 -
CMYK 0.20 0 0.62 0.21
HSL 79.05º 0.54% 0.55% -
HSV(B) 79.05º 0.62% 0.79% -
XYZ 37.33 50.44 14.61 -
YUV 175.68 71.75 118.25 -
System Red Green Blue C M Y K H S L
Decimal 162 202 76 0.20 0 0.62 0.21 79.05 0.54 0.55
Hex A2 CA 4C 14 0 3E 15 4F 36 37
Octal 242 312 114 24 0 76 25 117 66 67
Binary 10100010 11001010 1001100 10100 0 111110 10101 1001111 110110 110111

Color Harmonies of #A2CA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CA4C

Black with #A2CA4C

Text Example


Text Example

White with #A2CA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CA4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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