Html Css Color HEX #A8D540 Atlantis

📋 copy color: '#A8D540'

red 168 ◦ green 213 ◦ blue 64

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

Shades of Atlantis #A8D540

Tints of Atlantis #A8D540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.38%

R = 37.75%
G = 47.87%
B = 14.38%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#A8D540 (or 0xA8D540) is known color: Atlantis. HEX triplet: A8, D5 and 40. RGB value is (168,213,64). Sum of RGB (Red+Green+Blue) = 168+213+64=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 213 (83.59% from 255 or 47.87% from 445); Blue value is 64 (25.39% from 255 or 14.38% from 445); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D540 is #572ABF. Grayscale: #B7B7B7. Windows color (decimal): -5712576 or 4249000. OLE color: 4249000.

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

Color convert

RGB 168 213 64 -
CMYK 0.21 0 0.70 0.16
HSL 78.12º 0.64% 0.54% -
HSV(B) 78.12º 0.7% 0.84% -
XYZ 40.87 56.28 13.56 -
YUV 182.56 61.09 117.62 -
System Red Green Blue C M Y K H S L
Decimal 168 213 64 0.21 0 0.70 0.16 78.12 0.64 0.54
Hex A8 D5 40 15 0 46 10 4E 40 36
Octal 250 325 100 25 0 106 20 116 100 66
Binary 10101000 11010101 1000000 10101 0 1000110 10000 1001110 1000000 110110

Color Harmonies of #A8D540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D540

Black with #A8D540

Text Example


Text Example

White with #A8D540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D540; }

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

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

background-color css

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

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

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

border-color css

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

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

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