Html Css Color HEX #A8D545 Atlantis

📋 copy color: '#A8D545'

red 168 ◦ green 213 ◦ blue 69

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

Shades of Atlantis #A8D545

Tints of Atlantis #A8D545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.33%

R = 37.33%
G = 47.33%
B = 15.33%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#A8D545 (or 0xA8D545) is known color: Atlantis. HEX triplet: A8, D5 and 45. RGB value is (168,213,69). Sum of RGB (Red+Green+Blue) = 168+213+69=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 213 (83.59% from 255 or 47.33% from 450); Blue value is 69 (27.34% from 255 or 15.33% from 450); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D545 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D545 is #572ABA. Grayscale: #B7B7B7. Windows color (decimal): -5712571 or 4576680. OLE color: 4576680.

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

Color convert

RGB 168 213 69 -
CMYK 0.21 0 0.68 0.16
HSL 78.75º 0.63% 0.55% -
HSV(B) 78.75º 0.68% 0.84% -
XYZ 41.02 56.34 14.34 -
YUV 183.13 63.59 117.21 -
System Red Green Blue C M Y K H S L
Decimal 168 213 69 0.21 0 0.68 0.16 78.75 0.63 0.55
Hex A8 D5 45 15 0 44 10 4F 3F 37
Octal 250 325 105 25 0 104 20 117 77 67
Binary 10101000 11010101 1000101 10101 0 1000100 10000 1001111 111111 110111

Color Harmonies of #A8D545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D545

Black with #A8D545

Text Example


Text Example

White with #A8D545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D545; }

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

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

background-color css

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

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

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

border-color css

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

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

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