Html Css Color HEX #A8D53E Atlantis

📋 copy color: '#A8D53E'

red 168 ◦ green 213 ◦ blue 62

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

Shades of Atlantis #A8D53E

Tints of Atlantis #A8D53E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.08%

 BLUE value IS 62 (24.61% from 255) = 14%

R = 37.92%
G = 48.08%
B = 14%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#A8D53E (or 0xA8D53E) is known color: Atlantis. HEX triplet: A8, D5 and 3E. RGB value is (168,213,62). Sum of RGB (Red+Green+Blue) = 168+213+62=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 213 (83.59% from 255 or 48.08% from 443); Blue value is 62 (24.61% from 255 or 14.00% from 443); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D53E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D53E is #572AC1. Grayscale: #B6B6B6. Windows color (decimal): -5712578 or 4117928. OLE color: 4117928.

HSL color Cylindrical-coordinate representation of color #A8D53E: hue angle of 77.88º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A8D53E is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 213 62 -
CMYK 0.21 0 0.71 0.16
HSL 77.88º 0.64% 0.54% -
HSV(B) 77.88º 0.71% 0.84% -
XYZ 40.81 56.26 13.27 -
YUV 182.33 60.09 117.78 -
System Red Green Blue C M Y K H S L
Decimal 168 213 62 0.21 0 0.71 0.16 77.88 0.64 0.54
Hex A8 D5 3E 15 0 47 10 4E 40 36
Octal 250 325 76 25 0 107 20 116 100 66
Binary 10101000 11010101 111110 10101 0 1000111 10000 1001110 1000000 110110

Color Harmonies of #A8D53E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D53E

Black with #A8D53E

Text Example


Text Example

White with #A8D53E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D53E; }

 p { color: rgb(168,213,62); }

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

background-color css

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

 a { background-color: rgb(168,213,62); }

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

border-color css

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

 span { border-color: rgb(168,213,62); }

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