Html Css Color HEX #A8D937 Atlantis

📋 copy color: '#A8D937'

red 168 ◦ green 217 ◦ blue 55

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

Shades of Atlantis #A8D937

Tints of Atlantis #A8D937

RGB

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

 GREEN value IS 217 (85.16% from 255) = 49.32%

 BLUE value IS 55 (21.88% from 255) = 12.5%

R = 38.18%
G = 49.32%
B = 12.5%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#A8D937 (or 0xA8D937) is known color: Atlantis. HEX triplet: A8, D9 and 37. RGB value is (168,217,55). Sum of RGB (Red+Green+Blue) = 168+217+55=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 217 (85.16% from 255 or 49.32% from 440); Blue value is 55 (21.88% from 255 or 12.5% from 440); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D937 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D937 is #5726C8. Grayscale: #B8B8B8. Windows color (decimal): -5711561 or 3660200. OLE color: 3660200.

HSL color Cylindrical-coordinate representation of color #A8D937: hue angle of 78.15º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8D937 is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 217 55 -
CMYK 0.23 0 0.75 0.15
HSL 78.15º 0.68% 0.53% -
HSV(B) 78.15º 0.75% 0.85% -
XYZ 41.65 58.23 12.66 -
YUV 183.88 55.27 116.67 -
System Red Green Blue C M Y K H S L
Decimal 168 217 55 0.23 0 0.75 0.15 78.15 0.68 0.53
Hex A8 D9 37 17 0 4B F 4E 44 35
Octal 250 331 67 27 0 113 17 116 104 65
Binary 10101000 11011001 110111 10111 0 1001011 1111 1001110 1000100 110101

Color Harmonies of #A8D937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D937

Black with #A8D937

Text Example


Text Example

White with #A8D937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D937; }

 p { color: rgb(168,217,55); }

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

background-color css

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

 a { background-color: rgb(168,217,55); }

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

border-color css

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

 span { border-color: rgb(168,217,55); }

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