Html Css Color HEX #A0CD37 Atlantis

📋 copy color: '#A0CD37'

red 160 ◦ green 205 ◦ blue 55

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

Shades of Atlantis #A0CD37

Tints of Atlantis #A0CD37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13.1%

R = 38.1%
G = 48.81%
B = 13.1%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#A0CD37 (or 0xA0CD37) is known color: Atlantis. HEX triplet: A0, CD and 37. RGB value is (160,205,55). Sum of RGB (Red+Green+Blue) = 160+205+55=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 205 (80.47% from 255 or 48.81% from 420); Blue value is 55 (21.88% from 255 or 13.10% from 420); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CD37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CD37 is #5F32C8. Grayscale: #AFAFAF. Windows color (decimal): -6238921 or 3657120. OLE color: 3657120.

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

Color convert

RGB 160 205 55 -
CMYK 0.22 0 0.73 0.20
HSL 78º 0.6% 0.51% -
HSV(B) 78º 0.73% 0.8% -
XYZ 37.02 51.41 11.59 -
YUV 174.45 60.59 117.7 -
System Red Green Blue C M Y K H S L
Decimal 160 205 55 0.22 0 0.73 0.20 78 0.6 0.51
Hex A0 CD 37 16 0 49 14 4E 3C 33
Octal 240 315 67 26 0 111 24 116 74 63
Binary 10100000 11001101 110111 10110 0 1001001 10100 1001110 111100 110011

Color Harmonies of #A0CD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CD37

Black with #A0CD37

Text Example


Text Example

White with #A0CD37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CD37; }

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

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

background-color css

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

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

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

border-color css

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

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

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