Html Css Color HEX #A0D648 Atlantis

📋 copy color: '#A0D648'

red 160 ◦ green 214 ◦ blue 72

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

Shades of Atlantis #A0D648

Tints of Atlantis #A0D648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.14%

R = 35.87%
G = 47.98%
B = 16.14%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#A0D648 (or 0xA0D648) is known color: Atlantis. HEX triplet: A0, D6 and 48. RGB value is (160,214,72). Sum of RGB (Red+Green+Blue) = 160+214+72=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 214 (83.98% from 255 or 47.98% from 446); Blue value is 72 (28.52% from 255 or 16.14% from 446); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D648 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D648 is #5F29B7. Grayscale: #B6B6B6. Windows color (decimal): -6236600 or 4773536. OLE color: 4773536.

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

Color convert

RGB 160 214 72 -
CMYK 0.25 0 0.66 0.16
HSL 82.82º 0.63% 0.56% -
HSV(B) 82.82º 0.66% 0.84% -
XYZ 39.71 56.03 14.85 -
YUV 181.67 66.11 112.55 -
System Red Green Blue C M Y K H S L
Decimal 160 214 72 0.25 0 0.66 0.16 82.82 0.63 0.56
Hex A0 D6 48 19 0 42 10 53 3F 38
Octal 240 326 110 31 0 102 20 123 77 70
Binary 10100000 11010110 1001000 11001 0 1000010 10000 1010011 111111 111000

Color Harmonies of #A0D648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D648

Black with #A0D648

Text Example


Text Example

White with #A0D648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D648; }

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

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

background-color css

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

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

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

border-color css

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

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

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