Html Css Color HEX #A0C352 Atlantis

📋 copy color: '#A0C352'

red 160 ◦ green 195 ◦ blue 82

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

Shades of Atlantis #A0C352

Tints of Atlantis #A0C352

RGB

 RED value IS 160 (62.89% from 255) = 36.61%

 GREEN value IS 195 (76.56% from 255) = 44.62%

 BLUE value IS 82 (32.42% from 255) = 18.76%

R = 36.61%
G = 44.62%
B = 18.76%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#A0C352 (or 0xA0C352) is known color: Atlantis. HEX triplet: A0, C3 and 52. RGB value is (160,195,82). Sum of RGB (Red+Green+Blue) = 160+195+82=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 195 (76.56% from 255 or 44.62% from 437); Blue value is 82 (32.42% from 255 or 18.76% from 437); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C352 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C352 is #5F3CAD. Grayscale: #ACACAC. Windows color (decimal): -6241454 or 5424032. OLE color: 5424032.

HSL color Cylindrical-coordinate representation of color #A0C352: hue angle of 78.58º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A0C352 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 195 82 -
CMYK 0.18 0 0.58 0.24
HSL 78.58º 0.48% 0.54% -
HSV(B) 78.58º 0.58% 0.76% -
XYZ 35.54 47.11 15.2 -
YUV 171.65 77.4 119.69 -
System Red Green Blue C M Y K H S L
Decimal 160 195 82 0.18 0 0.58 0.24 78.58 0.48 0.54
Hex A0 C3 52 12 0 3A 18 4F 30 36
Octal 240 303 122 22 0 72 30 117 60 66
Binary 10100000 11000011 1010010 10010 0 111010 11000 1001111 110000 110110

Color Harmonies of #A0C352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C352

Black with #A0C352

Text Example


Text Example

White with #A0C352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C352; }

 p { color: rgb(160,195,82); }

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

background-color css

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

 a { background-color: rgb(160,195,82); }

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

border-color css

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

 span { border-color: rgb(160,195,82); }

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