Html Css Color HEX #A8D343 Atlantis

📋 copy color: '#A8D343'

red 168 ◦ green 211 ◦ blue 67

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

Shades of Atlantis #A8D343

Tints of Atlantis #A8D343

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.31%

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

R = 37.67%
G = 47.31%
B = 15.02%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#A8D343 (or 0xA8D343) is known color: Atlantis. HEX triplet: A8, D3 and 43. RGB value is (168,211,67). Sum of RGB (Red+Green+Blue) = 168+211+67=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 211 (82.81% from 255 or 47.31% from 446); Blue value is 67 (26.56% from 255 or 15.02% from 446); Max value from RGB is 211 - color contains mainly: green. Hex color #A8D343 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D343 is #572CBC. Grayscale: #B6B6B6. Windows color (decimal): -5713085 or 4445096. OLE color: 4445096.

HSL color Cylindrical-coordinate representation of color #A8D343: hue angle of 77.92º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A8D343 is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.

Color convert

RGB 168 211 67 -
CMYK 0.20 0 0.68 0.17
HSL 77.92º 0.62% 0.55% -
HSV(B) 77.92º 0.68% 0.83% -
XYZ 40.46 55.32 13.86 -
YUV 181.73 63.25 118.21 -
System Red Green Blue C M Y K H S L
Decimal 168 211 67 0.20 0 0.68 0.17 77.92 0.62 0.55
Hex A8 D3 43 14 0 44 11 4E 3E 37
Octal 250 323 103 24 0 104 21 116 76 67
Binary 10101000 11010011 1000011 10100 0 1000100 10001 1001110 111110 110111

Color Harmonies of #A8D343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D343

Black with #A8D343

Text Example


Text Example

White with #A8D343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D343; }

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

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

background-color css

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

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

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

border-color css

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

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

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