Html Css Color HEX #A0D64D Atlantis

📋 copy color: '#A0D64D'

red 160 ◦ green 214 ◦ blue 77

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

Shades of Atlantis #A0D64D

Tints of Atlantis #A0D64D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.45%

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

R = 35.48%
G = 47.45%
B = 17.07%

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

#A0D64D (or 0xA0D64D) is known color: Atlantis. HEX triplet: A0, D6 and 4D. RGB value is (160,214,77). Sum of RGB (Red+Green+Blue) = 160+214+77=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 214 (83.98% from 255 or 47.45% from 451); Blue value is 77 (30.47% from 255 or 17.07% from 451); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D64D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D64D is #5F29B2. Grayscale: #B6B6B6. Windows color (decimal): -6236595 or 5101216. OLE color: 5101216.

HSL color Cylindrical-coordinate representation of color #A0D64D: hue angle of 83.65º degrees, saturation: 0.63, 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 #A0D64D is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 214 77 -
CMYK 0.25 0 0.64 0.16
HSL 83.65º 0.63% 0.57% -
HSV(B) 83.65º 0.64% 0.84% -
XYZ 39.88 56.1 15.75 -
YUV 182.24 68.61 112.14 -
System Red Green Blue C M Y K H S L
Decimal 160 214 77 0.25 0 0.64 0.16 83.65 0.63 0.57
Hex A0 D6 4D 19 0 40 10 54 3F 39
Octal 240 326 115 31 0 100 20 124 77 71
Binary 10100000 11010110 1001101 11001 0 1000000 10000 1010100 111111 111001

Color Harmonies of #A0D64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D64D

Black with #A0D64D

Text Example


Text Example

White with #A0D64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D64D; }

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

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

background-color css

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

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

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

border-color css

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

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

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