Html Css Color HEX #A8D93A Atlantis

📋 copy color: '#A8D93A'

red 168 ◦ green 217 ◦ blue 58

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

Shades of Atlantis #A8D93A

Tints of Atlantis #A8D93A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.09%

R = 37.92%
G = 48.98%
B = 13.09%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#A8D93A (or 0xA8D93A) is known color: Atlantis. HEX triplet: A8, D9 and 3A. RGB value is (168,217,58). Sum of RGB (Red+Green+Blue) = 168+217+58=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 217 (85.16% from 255 or 48.98% from 443); Blue value is 58 (23.05% from 255 or 13.09% from 443); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D93A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D93A is #5726C5. Grayscale: #B8B8B8. Windows color (decimal): -5711558 or 3856808. OLE color: 3856808.

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

Color convert

RGB 168 217 58 -
CMYK 0.23 0 0.73 0.15
HSL 78.49º 0.68% 0.54% -
HSV(B) 78.49º 0.73% 0.85% -
XYZ 41.73 58.26 13.05 -
YUV 184.22 56.77 116.43 -
System Red Green Blue C M Y K H S L
Decimal 168 217 58 0.23 0 0.73 0.15 78.49 0.68 0.54
Hex A8 D9 3A 17 0 49 F 4E 44 36
Octal 250 331 72 27 0 111 17 116 104 66
Binary 10101000 11011001 111010 10111 0 1001001 1111 1001110 1000100 110110

Color Harmonies of #A8D93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D93A

Black with #A8D93A

Text Example


Text Example

White with #A8D93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D93A; }

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

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

background-color css

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

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

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

border-color css

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

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

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