Html Css Color HEX #A0C852 Atlantis

📋 copy color: '#A0C852'

red 160 ◦ green 200 ◦ blue 82

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

Shades of Atlantis #A0C852

Tints of Atlantis #A0C852

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.25%

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

R = 36.2%
G = 45.25%
B = 18.55%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#A0C852 (or 0xA0C852) is known color: Atlantis. HEX triplet: A0, C8 and 52. RGB value is (160,200,82). Sum of RGB (Red+Green+Blue) = 160+200+82=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 200 (78.52% from 255 or 45.25% from 442); Blue value is 82 (32.42% from 255 or 18.55% from 442); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C852 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C852 is #5F37AD. Grayscale: #AFAFAF. Windows color (decimal): -6240174 or 5425312. OLE color: 5425312.

HSL color Cylindrical-coordinate representation of color #A0C852: hue angle of 80.34º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0C852 is Cyan = 0.2, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 200 82 -
CMYK 0.2 0 0.59 0.22
HSL 80.34º 0.52% 0.55% -
HSV(B) 80.34º 0.59% 0.78% -
XYZ 36.67 49.39 15.58 -
YUV 174.59 75.75 117.59 -
System Red Green Blue C M Y K H S L
Decimal 160 200 82 0.2 0 0.59 0.22 80.34 0.52 0.55
Hex A0 C8 52 14 0 3B 16 50 34 37
Octal 240 310 122 24 0 73 26 120 64 67
Binary 10100000 11001000 1010010 10100 0 111011 10110 1010000 110100 110111

Color Harmonies of #A0C852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C852

Black with #A0C852

Text Example


Text Example

White with #A0C852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C852; }

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

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

background-color css

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

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

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

border-color css

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

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

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