Html Css Color HEX #A2C042 Atlantis

📋 copy color: '#A2C042'

red 162 ◦ green 192 ◦ blue 66

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

Shades of Atlantis #A2C042

Tints of Atlantis #A2C042

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.71%

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

R = 38.57%
G = 45.71%
B = 15.71%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#A2C042 (or 0xA2C042) is known color: Atlantis. HEX triplet: A2, C0 and 42. RGB value is (162,192,66). Sum of RGB (Red+Green+Blue) = 162+192+66=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 192 (75.39% from 255 or 45.71% from 420); Blue value is 66 (26.17% from 255 or 15.71% from 420); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C042 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C042 is #5D3FBD. Grayscale: #A9A9A9. Windows color (decimal): -6111166 or 4374690. OLE color: 4374690.

HSL color Cylindrical-coordinate representation of color #A2C042: hue angle of 74.29º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A2C042 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 192 66 -
CMYK 0.16 0 0.66 0.25
HSL 74.29º 0.5% 0.51% -
HSV(B) 74.29º 0.66% 0.75% -
XYZ 34.73 45.77 12.16 -
YUV 168.67 70.06 123.25 -
System Red Green Blue C M Y K H S L
Decimal 162 192 66 0.16 0 0.66 0.25 74.29 0.5 0.51
Hex A2 C0 42 10 0 42 19 4A 32 33
Octal 242 300 102 20 0 102 31 112 62 63
Binary 10100010 11000000 1000010 10000 0 1000010 11001 1001010 110010 110011

Color Harmonies of #A2C042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C042

Black with #A2C042

Text Example


Text Example

White with #A2C042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C042; }

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

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

background-color css

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

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

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

border-color css

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

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

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