Html Css Color HEX #A2C342 Atlantis

📋 copy color: '#A2C342'

red 162 ◦ green 195 ◦ blue 66

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

Shades of Atlantis #A2C342

Tints of Atlantis #A2C342

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.1%

 BLUE value IS 66 (26.17% from 255) = 15.6%

R = 38.3%
G = 46.1%
B = 15.6%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#A2C342 (or 0xA2C342) is known color: Atlantis. HEX triplet: A2, C3 and 42. RGB value is (162,195,66). Sum of RGB (Red+Green+Blue) = 162+195+66=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 66 (26.17% from 255 or 15.60% from 423); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C342 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C342 is #5D3CBD. Grayscale: #AAAAAA. Windows color (decimal): -6110398 or 4375458. OLE color: 4375458.

HSL color Cylindrical-coordinate representation of color #A2C342: hue angle of 75.35º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A2C342 is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 195 66 -
CMYK 0.17 0 0.66 0.24
HSL 75.35º 0.52% 0.51% -
HSV(B) 75.35º 0.66% 0.76% -
XYZ 35.4 47.1 12.38 -
YUV 170.43 69.07 121.99 -
System Red Green Blue C M Y K H S L
Decimal 162 195 66 0.17 0 0.66 0.24 75.35 0.52 0.51
Hex A2 C3 42 11 0 42 18 4B 34 33
Octal 242 303 102 21 0 102 30 113 64 63
Binary 10100010 11000011 1000010 10001 0 1000010 11000 1001011 110100 110011

Color Harmonies of #A2C342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C342

Black with #A2C342

Text Example


Text Example

White with #A2C342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C342; }

 p { color: rgb(162,195,66); }

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

background-color css

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

 a { background-color: rgb(162,195,66); }

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

border-color css

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

 span { border-color: rgb(162,195,66); }

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