Html Css Color HEX #A8D938 Atlantis

📋 copy color: '#A8D938'

red 168 ◦ green 217 ◦ blue 56

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

Shades of Atlantis #A8D938

Tints of Atlantis #A8D938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.7%

R = 38.1%
G = 49.21%
B = 12.7%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#A8D938 (or 0xA8D938) is known color: Atlantis. HEX triplet: A8, D9 and 38. RGB value is (168,217,56). Sum of RGB (Red+Green+Blue) = 168+217+56=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 217 (85.16% from 255 or 49.21% from 441); Blue value is 56 (22.27% from 255 or 12.70% from 441); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D938 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D938 is #5726C7. Grayscale: #B8B8B8. Windows color (decimal): -5711560 or 3725736. OLE color: 3725736.

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

Color convert

RGB 168 217 56 -
CMYK 0.23 0 0.74 0.15
HSL 78.26º 0.68% 0.54% -
HSV(B) 78.26º 0.74% 0.85% -
XYZ 41.68 58.24 12.79 -
YUV 184 55.77 116.59 -
System Red Green Blue C M Y K H S L
Decimal 168 217 56 0.23 0 0.74 0.15 78.26 0.68 0.54
Hex A8 D9 38 17 0 4A F 4E 44 36
Octal 250 331 70 27 0 112 17 116 104 66
Binary 10101000 11011001 111000 10111 0 1001010 1111 1001110 1000100 110110

Color Harmonies of #A8D938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D938

Black with #A8D938

Text Example


Text Example

White with #A8D938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D938; }

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

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

background-color css

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

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

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

border-color css

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

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

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