Html Css Color HEX #A2C241 Atlantis

📋 copy color: '#A2C241'

red 162 ◦ green 194 ◦ blue 65

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

Shades of Atlantis #A2C241

Tints of Atlantis #A2C241

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.08%

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

R = 38.48%
G = 46.08%
B = 15.44%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#A2C241 (or 0xA2C241) is known color: Atlantis. HEX triplet: A2, C2 and 41. RGB value is (162,194,65). Sum of RGB (Red+Green+Blue) = 162+194+65=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 194 (76.17% from 255 or 46.08% from 421); Blue value is 65 (25.78% from 255 or 15.44% from 421); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C241 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C241 is #5D3DBE. Grayscale: #AAAAAA. Windows color (decimal): -6110655 or 4309666. OLE color: 4309666.

HSL color Cylindrical-coordinate representation of color #A2C241: hue angle of 74.88º degrees, saturation: 0.51, 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 #A2C241 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 194 65 -
CMYK 0.16 0 0.66 0.24
HSL 74.88º 0.51% 0.51% -
HSV(B) 74.88º 0.66% 0.76% -
XYZ 35.15 46.65 12.15 -
YUV 169.73 68.9 122.49 -
System Red Green Blue C M Y K H S L
Decimal 162 194 65 0.16 0 0.66 0.24 74.88 0.51 0.51
Hex A2 C2 41 10 0 42 18 4B 33 33
Octal 242 302 101 20 0 102 30 113 63 63
Binary 10100010 11000010 1000001 10000 0 1000010 11000 1001011 110011 110011

Color Harmonies of #A2C241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C241

Black with #A2C241

Text Example


Text Example

White with #A2C241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C241; }

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

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

background-color css

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

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

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

border-color css

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

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

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