Html Css Color HEX #A2C54B Atlantis

📋 copy color: '#A2C54B'

red 162 ◦ green 197 ◦ blue 75

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

Shades of Atlantis #A2C54B

Tints of Atlantis #A2C54B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.39%

 BLUE value IS 75 (29.69% from 255) = 17.28%

R = 37.33%
G = 45.39%
B = 17.28%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#A2C54B (or 0xA2C54B) is known color: Atlantis. HEX triplet: A2, C5 and 4B. RGB value is (162,197,75). Sum of RGB (Red+Green+Blue) = 162+197+75=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 197 (77.34% from 255 or 45.39% from 434); Blue value is 75 (29.69% from 255 or 17.28% from 434); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C54B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C54B is #5D3AB4. Grayscale: #ADADAD. Windows color (decimal): -6109877 or 4965794. OLE color: 4965794.

HSL color Cylindrical-coordinate representation of color #A2C54B: hue angle of 77.21º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2C54B is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 162 197 75 -
CMYK 0.18 0 0.62 0.23
HSL 77.21º 0.51% 0.53% -
HSV(B) 77.21º 0.62% 0.77% -
XYZ 36.14 48.12 14.04 -
YUV 172.63 72.9 120.42 -
System Red Green Blue C M Y K H S L
Decimal 162 197 75 0.18 0 0.62 0.23 77.21 0.51 0.53
Hex A2 C5 4B 12 0 3E 17 4D 33 35
Octal 242 305 113 22 0 76 27 115 63 65
Binary 10100010 11000101 1001011 10010 0 111110 10111 1001101 110011 110101

Color Harmonies of #A2C54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C54B

Black with #A2C54B

Text Example


Text Example

White with #A2C54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C54B; }

 p { color: rgb(162,197,75); }

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

background-color css

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

 a { background-color: rgb(162,197,75); }

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

border-color css

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

 span { border-color: rgb(162,197,75); }

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