Html Css Color HEX #A8D043 Atlantis

📋 copy color: '#A8D043'

red 168 ◦ green 208 ◦ blue 67

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

Shades of Atlantis #A8D043

Tints of Atlantis #A8D043

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.95%

 BLUE value IS 67 (26.56% from 255) = 15.12%

R = 37.92%
G = 46.95%
B = 15.12%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#A8D043 (or 0xA8D043) is known color: Atlantis. HEX triplet: A8, D0 and 43. RGB value is (168,208,67). Sum of RGB (Red+Green+Blue) = 168+208+67=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 208 (81.64% from 255 or 46.95% from 443); Blue value is 67 (26.56% from 255 or 15.12% from 443); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D043 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D043 is #572FBC. Grayscale: #B4B4B4. Windows color (decimal): -5713853 or 4444328. OLE color: 4444328.

HSL color Cylindrical-coordinate representation of color #A8D043: hue angle of 77.02º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A8D043 is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 208 67 -
CMYK 0.19 0 0.68 0.18
HSL 77.02º 0.6% 0.54% -
HSV(B) 77.02º 0.68% 0.82% -
XYZ 39.72 53.84 13.61 -
YUV 179.97 64.25 119.46 -
System Red Green Blue C M Y K H S L
Decimal 168 208 67 0.19 0 0.68 0.18 77.02 0.6 0.54
Hex A8 D0 43 13 0 44 12 4D 3C 36
Octal 250 320 103 23 0 104 22 115 74 66
Binary 10101000 11010000 1000011 10011 0 1000100 10010 1001101 111100 110110

Color Harmonies of #A8D043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D043

Black with #A8D043

Text Example


Text Example

White with #A8D043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D043; }

 p { color: rgb(168,208,67); }

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

background-color css

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

 a { background-color: rgb(168,208,67); }

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

border-color css

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

 span { border-color: rgb(168,208,67); }

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