Html Css Color HEX #A2C341 Atlantis

📋 copy color: '#A2C341'

red 162 ◦ green 195 ◦ blue 65

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

Shades of Atlantis #A2C341

Tints of Atlantis #A2C341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.4%

R = 38.39%
G = 46.21%
B = 15.4%

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

#A2C341 (or 0xA2C341) is known color: Atlantis. HEX triplet: A2, C3 and 41. RGB value is (162,195,65). Sum of RGB (Red+Green+Blue) = 162+195+65=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 195 (76.56% from 255 or 46.21% from 422); Blue value is 65 (25.78% from 255 or 15.40% from 422); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C341 is #5D3CBE. Grayscale: #AAAAAA. Windows color (decimal): -6110399 or 4309922. OLE color: 4309922.

HSL color Cylindrical-coordinate representation of color #A2C341: hue angle of 75.23º 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 #A2C341 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 195 65 -
CMYK 0.17 0 0.67 0.24
HSL 75.23º 0.52% 0.51% -
HSV(B) 75.23º 0.67% 0.76% -
XYZ 35.37 47.09 12.23 -
YUV 170.31 68.57 122.07 -
System Red Green Blue C M Y K H S L
Decimal 162 195 65 0.17 0 0.67 0.24 75.23 0.52 0.51
Hex A2 C3 41 11 0 43 18 4B 34 33
Octal 242 303 101 21 0 103 30 113 64 63
Binary 10100010 11000011 1000001 10001 0 1000011 11000 1001011 110100 110011

Color Harmonies of #A2C341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C341

Black with #A2C341

Text Example


Text Example

White with #A2C341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C341; }

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

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

background-color css

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

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

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

border-color css

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

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

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