Html Css Color HEX #A2C148 Atlantis

📋 copy color: '#A2C148'

red 162 ◦ green 193 ◦ blue 72

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

Shades of Atlantis #A2C148

Tints of Atlantis #A2C148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.86%

R = 37.94%
G = 45.2%
B = 16.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#A2C148 (or 0xA2C148) is known color: Atlantis. HEX triplet: A2, C1 and 48. RGB value is (162,193,72). Sum of RGB (Red+Green+Blue) = 162+193+72=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 193 (75.78% from 255 or 45.20% from 427); Blue value is 72 (28.52% from 255 or 16.86% from 427); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C148 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C148 is #5D3EB7. Grayscale: #AAAAAA. Windows color (decimal): -6110904 or 4768162. OLE color: 4768162.

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

Color convert

RGB 162 193 72 -
CMYK 0.16 0 0.63 0.24
HSL 75.37º 0.49% 0.52% -
HSV(B) 75.37º 0.63% 0.76% -
XYZ 35.14 46.29 13.21 -
YUV 169.94 72.73 122.34 -
System Red Green Blue C M Y K H S L
Decimal 162 193 72 0.16 0 0.63 0.24 75.37 0.49 0.52
Hex A2 C1 48 10 0 3F 18 4B 31 34
Octal 242 301 110 20 0 77 30 113 61 64
Binary 10100010 11000001 1001000 10000 0 111111 11000 1001011 110001 110100

Color Harmonies of #A2C148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C148

Black with #A2C148

Text Example


Text Example

White with #A2C148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C148; }

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

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

background-color css

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

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

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

border-color css

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

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

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