Html Css Color HEX #A2C340 Atlantis

📋 copy color: '#A2C340'

red 162 ◦ green 195 ◦ blue 64

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

Shades of Atlantis #A2C340

Tints of Atlantis #A2C340

RGB

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

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

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

R = 38.48%
G = 46.32%
B = 15.2%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#A2C340 (or 0xA2C340) is known color: Atlantis. HEX triplet: A2, C3 and 40. RGB value is (162,195,64). Sum of RGB (Red+Green+Blue) = 162+195+64=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 195 (76.56% from 255 or 46.32% from 421); Blue value is 64 (25.39% from 255 or 15.20% from 421); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C340 is #5D3CBF. Grayscale: #AAAAAA. Windows color (decimal): -6110400 or 4244386. OLE color: 4244386.

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

Color convert

RGB 162 195 64 -
CMYK 0.17 0 0.67 0.24
HSL 75.11º 0.52% 0.51% -
HSV(B) 75.11º 0.67% 0.76% -
XYZ 35.34 47.08 12.08 -
YUV 170.2 68.07 122.15 -
System Red Green Blue C M Y K H S L
Decimal 162 195 64 0.17 0 0.67 0.24 75.11 0.52 0.51
Hex A2 C3 40 11 0 43 18 4B 34 33
Octal 242 303 100 21 0 103 30 113 64 63
Binary 10100010 11000011 1000000 10001 0 1000011 11000 1001011 110100 110011

Color Harmonies of #A2C340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C340

Black with #A2C340

Text Example


Text Example

White with #A2C340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C340; }

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

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

background-color css

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

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

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

border-color css

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

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

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