Html Css Color HEX #A0CD50 Atlantis

📋 copy color: '#A0CD50'

red 160 ◦ green 205 ◦ blue 80

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

Shades of Atlantis #A0CD50

Tints of Atlantis #A0CD50

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.07%

 BLUE value IS 80 (31.64% from 255) = 17.98%

R = 35.96%
G = 46.07%
B = 17.98%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#A0CD50 (or 0xA0CD50) is known color: Atlantis. HEX triplet: A0, CD and 50. RGB value is (160,205,80). Sum of RGB (Red+Green+Blue) = 160+205+80=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 205 (80.47% from 255 or 46.07% from 445); Blue value is 80 (31.64% from 255 or 17.98% from 445); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CD50 is #5F32AF. Grayscale: #B1B1B1. Windows color (decimal): -6238896 or 5295520. OLE color: 5295520.

HSL color Cylindrical-coordinate representation of color #A0CD50: hue angle of 81.6º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A0CD50 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 205 80 -
CMYK 0.22 0 0.61 0.20
HSL 81.6º 0.56% 0.56% -
HSV(B) 81.6º 0.61% 0.8% -
XYZ 37.78 51.72 15.58 -
YUV 177.3 73.09 115.66 -
System Red Green Blue C M Y K H S L
Decimal 160 205 80 0.22 0 0.61 0.20 81.6 0.56 0.56
Hex A0 CD 50 16 0 3D 14 52 38 38
Octal 240 315 120 26 0 75 24 122 70 70
Binary 10100000 11001101 1010000 10110 0 111101 10100 1010010 111000 111000

Color Harmonies of #A0CD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CD50

Black with #A0CD50

Text Example


Text Example

White with #A0CD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CD50; }

 p { color: rgb(160,205,80); }

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

background-color css

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

 a { background-color: rgb(160,205,80); }

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

border-color css

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

 span { border-color: rgb(160,205,80); }

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