Html Css Color HEX #A0D64C Atlantis

📋 copy color: '#A0D64C'

red 160 ◦ green 214 ◦ blue 76

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

Shades of Atlantis #A0D64C

Tints of Atlantis #A0D64C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.89%

R = 35.56%
G = 47.56%
B = 16.89%

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

#A0D64C (or 0xA0D64C) is known color: Atlantis. HEX triplet: A0, D6 and 4C. RGB value is (160,214,76). Sum of RGB (Red+Green+Blue) = 160+214+76=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 214 (83.98% from 255 or 47.56% from 450); Blue value is 76 (30.08% from 255 or 16.89% from 450); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D64C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D64C is #5F29B3. Grayscale: #B6B6B6. Windows color (decimal): -6236596 or 5035680. OLE color: 5035680.

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

Color convert

RGB 160 214 76 -
CMYK 0.25 0 0.64 0.16
HSL 83.48º 0.63% 0.57% -
HSV(B) 83.48º 0.64% 0.84% -
XYZ 39.85 56.09 15.56 -
YUV 182.12 68.11 112.22 -
System Red Green Blue C M Y K H S L
Decimal 160 214 76 0.25 0 0.64 0.16 83.48 0.63 0.57
Hex A0 D6 4C 19 0 40 10 53 3F 39
Octal 240 326 114 31 0 100 20 123 77 71
Binary 10100000 11010110 1001100 11001 0 1000000 10000 1010011 111111 111001

Color Harmonies of #A0D64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D64C

Black with #A0D64C

Text Example


Text Example

White with #A0D64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D64C; }

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

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

background-color css

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

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

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

border-color css

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

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

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