Html Css Color HEX #A8D844 Atlantis

📋 copy color: '#A8D844'

red 168 ◦ green 216 ◦ blue 68

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

Shades of Atlantis #A8D844

Tints of Atlantis #A8D844

RGB

 RED value IS 168 (66.02% from 255) = 37.17%

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

 BLUE value IS 68 (26.95% from 255) = 15.04%

R = 37.17%
G = 47.79%
B = 15.04%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#A8D844 (or 0xA8D844) is known color: Atlantis. HEX triplet: A8, D8 and 44. RGB value is (168,216,68). Sum of RGB (Red+Green+Blue) = 168+216+68=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 216 (84.77% from 255 or 47.79% from 452); Blue value is 68 (26.95% from 255 or 15.04% from 452); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D844 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D844 is #5727BB. Grayscale: #B9B9B9. Windows color (decimal): -5711804 or 4511912. OLE color: 4511912.

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

Color convert

RGB 168 216 68 -
CMYK 0.22 0 0.69 0.15
HSL 79.46º 0.65% 0.56% -
HSV(B) 79.46º 0.69% 0.85% -
XYZ 41.75 57.85 14.44 -
YUV 184.78 62.1 116.03 -
System Red Green Blue C M Y K H S L
Decimal 168 216 68 0.22 0 0.69 0.15 79.46 0.65 0.56
Hex A8 D8 44 16 0 45 F 4F 41 38
Octal 250 330 104 26 0 105 17 117 101 70
Binary 10101000 11011000 1000100 10110 0 1000101 1111 1001111 1000001 111000

Color Harmonies of #A8D844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D844

Black with #A8D844

Text Example


Text Example

White with #A8D844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D844; }

 p { color: rgb(168,216,68); }

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

background-color css

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

 a { background-color: rgb(168,216,68); }

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

border-color css

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

 span { border-color: rgb(168,216,68); }

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