Html Css Color HEX #A0CD51 Atlantis

📋 copy color: '#A0CD51'

red 160 ◦ green 205 ◦ blue 81

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

Shades of Atlantis #A0CD51

Tints of Atlantis #A0CD51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.16%

R = 35.87%
G = 45.96%
B = 18.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.60

 K value IS 0.20

RGB Variations

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

Color information

#A0CD51 (or 0xA0CD51) is known color: Atlantis. HEX triplet: A0, CD and 51. RGB value is (160,205,81). Sum of RGB (Red+Green+Blue) = 160+205+81=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 81 (32.03% from 255 or 18.16% from 446); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CD51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CD51 is #5F32AE. Grayscale: #B1B1B1. Windows color (decimal): -6238895 or 5361056. OLE color: 5361056.

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

Color convert

RGB 160 205 81 -
CMYK 0.22 0 0.60 0.20
HSL 81.77º 0.55% 0.56% -
HSV(B) 81.77º 0.6% 0.8% -
XYZ 37.81 51.73 15.78 -
YUV 177.41 73.59 115.58 -
System Red Green Blue C M Y K H S L
Decimal 160 205 81 0.22 0 0.60 0.20 81.77 0.55 0.56
Hex A0 CD 51 16 0 3C 14 52 37 38
Octal 240 315 121 26 0 74 24 122 67 70
Binary 10100000 11001101 1010001 10110 0 111100 10100 1010010 110111 111000

Color Harmonies of #A0CD51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CD51

Black with #A0CD51

Text Example


Text Example

White with #A0CD51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CD51; }

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

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

background-color css

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

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

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

border-color css

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

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

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