Html Css Color HEX #A2C142 Atlantis

📋 copy color: '#A2C142'

red 162 ◦ green 193 ◦ blue 66

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

Shades of Atlantis #A2C142

Tints of Atlantis #A2C142

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.84%

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

R = 38.48%
G = 45.84%
B = 15.68%

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

#A2C142 (or 0xA2C142) is known color: Atlantis. HEX triplet: A2, C1 and 42. RGB value is (162,193,66). Sum of RGB (Red+Green+Blue) = 162+193+66=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 193 (75.78% from 255 or 45.84% from 421); Blue value is 66 (26.17% from 255 or 15.68% from 421); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C142 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C142 is #5D3EBD. Grayscale: #A9A9A9. Windows color (decimal): -6110910 or 4374946. OLE color: 4374946.

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

Color convert

RGB 162 193 66 -
CMYK 0.16 0 0.66 0.24
HSL 74.65º 0.51% 0.51% -
HSV(B) 74.65º 0.66% 0.76% -
XYZ 34.95 46.21 12.23 -
YUV 169.25 69.73 122.83 -
System Red Green Blue C M Y K H S L
Decimal 162 193 66 0.16 0 0.66 0.24 74.65 0.51 0.51
Hex A2 C1 42 10 0 42 18 4B 33 33
Octal 242 301 102 20 0 102 30 113 63 63
Binary 10100010 11000001 1000010 10000 0 1000010 11000 1001011 110011 110011

Color Harmonies of #A2C142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C142

Black with #A2C142

Text Example


Text Example

White with #A2C142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C142; }

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

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

background-color css

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

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

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

border-color css

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

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

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