Html Css Color HEX #A0D848 Atlantis

📋 copy color: '#A0D848'

red 160 ◦ green 216 ◦ blue 72

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

Shades of Atlantis #A0D848

Tints of Atlantis #A0D848

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.21%

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

R = 35.71%
G = 48.21%
B = 16.07%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#A0D848 (or 0xA0D848) is known color: Atlantis. HEX triplet: A0, D8 and 48. RGB value is (160,216,72). Sum of RGB (Red+Green+Blue) = 160+216+72=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 216 (84.77% from 255 or 48.21% from 448); Blue value is 72 (28.52% from 255 or 16.07% from 448); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D848 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D848 is #5F27B7. Grayscale: #B7B7B7. Windows color (decimal): -6236088 or 4774048. OLE color: 4774048.

HSL color Cylindrical-coordinate representation of color #A0D848: hue angle of 83.33º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A0D848 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 216 72 -
CMYK 0.26 0 0.67 0.15
HSL 83.33º 0.65% 0.56% -
HSV(B) 83.33º 0.67% 0.85% -
XYZ 40.22 57.05 15.02 -
YUV 182.84 65.45 111.71 -
System Red Green Blue C M Y K H S L
Decimal 160 216 72 0.26 0 0.67 0.15 83.33 0.65 0.56
Hex A0 D8 48 1A 0 43 F 53 41 38
Octal 240 330 110 32 0 103 17 123 101 70
Binary 10100000 11011000 1001000 11010 0 1000011 1111 1010011 1000001 111000

Color Harmonies of #A0D848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D848

Black with #A0D848

Text Example


Text Example

White with #A0D848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D848; }

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

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

background-color css

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

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

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

border-color css

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

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

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