Html Css Color HEX #A0C953 Atlantis

📋 copy color: '#A0C953'

red 160 ◦ green 201 ◦ blue 83

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

Shades of Atlantis #A0C953

Tints of Atlantis #A0C953

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.27%

 BLUE value IS 83 (32.81% from 255) = 18.69%

R = 36.04%
G = 45.27%
B = 18.69%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#A0C953 (or 0xA0C953) is known color: Atlantis. HEX triplet: A0, C9 and 53. RGB value is (160,201,83). Sum of RGB (Red+Green+Blue) = 160+201+83=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 201 (78.91% from 255 or 45.27% from 444); Blue value is 83 (32.81% from 255 or 18.69% from 444); Max value from RGB is 201 - color contains mainly: green. Hex color #A0C953 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C953 is #5F36AC. Grayscale: #AFAFAF. Windows color (decimal): -6239917 or 5491104. OLE color: 5491104.

HSL color Cylindrical-coordinate representation of color #A0C953: hue angle of 80.85º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0C953 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 201 83 -
CMYK 0.20 0 0.59 0.21
HSL 80.85º 0.52% 0.56% -
HSV(B) 80.85º 0.59% 0.79% -
XYZ 36.95 49.87 15.86 -
YUV 175.29 75.92 117.09 -
System Red Green Blue C M Y K H S L
Decimal 160 201 83 0.20 0 0.59 0.21 80.85 0.52 0.56
Hex A0 C9 53 14 0 3B 15 51 34 38
Octal 240 311 123 24 0 73 25 121 64 70
Binary 10100000 11001001 1010011 10100 0 111011 10101 1010001 110100 111000

Color Harmonies of #A0C953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C953

Black with #A0C953

Text Example


Text Example

White with #A0C953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C953; }

 p { color: rgb(160,201,83); }

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

background-color css

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

 a { background-color: rgb(160,201,83); }

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

border-color css

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

 span { border-color: rgb(160,201,83); }

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