Html Css Color HEX #A0D54D Atlantis

📋 copy color: '#A0D54D'

red 160 ◦ green 213 ◦ blue 77

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

Shades of Atlantis #A0D54D

Tints of Atlantis #A0D54D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.33%

 BLUE value IS 77 (30.47% from 255) = 17.11%

R = 35.56%
G = 47.33%
B = 17.11%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#A0D54D (or 0xA0D54D) is known color: Atlantis. HEX triplet: A0, D5 and 4D. RGB value is (160,213,77). Sum of RGB (Red+Green+Blue) = 160+213+77=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 213 (83.59% from 255 or 47.33% from 450); Blue value is 77 (30.47% from 255 or 17.11% from 450); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D54D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D54D is #5F2AB2. Grayscale: #B6B6B6. Windows color (decimal): -6236851 or 5100960. OLE color: 5100960.

HSL color Cylindrical-coordinate representation of color #A0D54D: hue angle of 83.38º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A0D54D is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 213 77 -
CMYK 0.25 0 0.64 0.16
HSL 83.38º 0.62% 0.57% -
HSV(B) 83.38º 0.64% 0.84% -
XYZ 39.63 55.6 15.66 -
YUV 181.65 68.94 112.56 -
System Red Green Blue C M Y K H S L
Decimal 160 213 77 0.25 0 0.64 0.16 83.38 0.62 0.57
Hex A0 D5 4D 19 0 40 10 53 3E 39
Octal 240 325 115 31 0 100 20 123 76 71
Binary 10100000 11010101 1001101 11001 0 1000000 10000 1010011 111110 111001

Color Harmonies of #A0D54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D54D

Black with #A0D54D

Text Example


Text Example

White with #A0D54D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D54D; }

 p { color: rgb(160,213,77); }

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

background-color css

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

 a { background-color: rgb(160,213,77); }

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

border-color css

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

 span { border-color: rgb(160,213,77); }

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