Html Css Color HEX #A8D542 Atlantis

📋 copy color: '#A8D542'

red 168 ◦ green 213 ◦ blue 66

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

Shades of Atlantis #A8D542

Tints of Atlantis #A8D542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.77%

R = 37.58%
G = 47.65%
B = 14.77%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#A8D542 (or 0xA8D542) is known color: Atlantis. HEX triplet: A8, D5 and 42. RGB value is (168,213,66). Sum of RGB (Red+Green+Blue) = 168+213+66=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 213 (83.59% from 255 or 47.65% from 447); Blue value is 66 (26.17% from 255 or 14.77% from 447); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D542 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D542 is #572ABD. Grayscale: #B7B7B7. Windows color (decimal): -5712574 or 4380072. OLE color: 4380072.

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

Color convert

RGB 168 213 66 -
CMYK 0.21 0 0.69 0.16
HSL 78.37º 0.64% 0.55% -
HSV(B) 78.37º 0.69% 0.84% -
XYZ 40.93 56.31 13.87 -
YUV 182.79 62.09 117.45 -
System Red Green Blue C M Y K H S L
Decimal 168 213 66 0.21 0 0.69 0.16 78.37 0.64 0.55
Hex A8 D5 42 15 0 45 10 4E 40 37
Octal 250 325 102 25 0 105 20 116 100 67
Binary 10101000 11010101 1000010 10101 0 1000101 10000 1001110 1000000 110111

Color Harmonies of #A8D542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D542

Black with #A8D542

Text Example


Text Example

White with #A8D542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D542; }

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

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

background-color css

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

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

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

border-color css

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

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

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