Html Css Color HEX #A8D643 Atlantis

📋 copy color: '#A8D643'

red 168 ◦ green 214 ◦ blue 67

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

Shades of Atlantis #A8D643

Tints of Atlantis #A8D643

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.66%

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

R = 37.42%
G = 47.66%
B = 14.92%

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

#A8D643 (or 0xA8D643) is known color: Atlantis. HEX triplet: A8, D6 and 43. RGB value is (168,214,67). Sum of RGB (Red+Green+Blue) = 168+214+67=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 214 (83.98% from 255 or 47.66% from 449); Blue value is 67 (26.56% from 255 or 14.92% from 449); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D643 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D643 is #5729BC. Grayscale: #B8B8B8. Windows color (decimal): -5712317 or 4445864. OLE color: 4445864.

HSL color Cylindrical-coordinate representation of color #A8D643: hue angle of 78.78º 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 #A8D643 is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 214 67 -
CMYK 0.21 0 0.69 0.16
HSL 78.78º 0.64% 0.55% -
HSV(B) 78.78º 0.69% 0.84% -
XYZ 41.21 56.82 14.11 -
YUV 183.49 62.26 116.95 -
System Red Green Blue C M Y K H S L
Decimal 168 214 67 0.21 0 0.69 0.16 78.78 0.64 0.55
Hex A8 D6 43 15 0 45 10 4F 40 37
Octal 250 326 103 25 0 105 20 117 100 67
Binary 10101000 11010110 1000011 10101 0 1000101 10000 1001111 1000000 110111

Color Harmonies of #A8D643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D643

Black with #A8D643

Text Example


Text Example

White with #A8D643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D643; }

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

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

background-color css

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

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

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

border-color css

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

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

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