Html Css Color HEX #A8D43E Atlantis

📋 copy color: '#A8D43E'

red 168 ◦ green 212 ◦ blue 62

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

Shades of Atlantis #A8D43E

Tints of Atlantis #A8D43E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.96%

 BLUE value IS 62 (24.61% from 255) = 14.03%

R = 38.01%
G = 47.96%
B = 14.03%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#A8D43E (or 0xA8D43E) is known color: Atlantis. HEX triplet: A8, D4 and 3E. RGB value is (168,212,62). Sum of RGB (Red+Green+Blue) = 168+212+62=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 212 (83.20% from 255 or 47.96% from 442); Blue value is 62 (24.61% from 255 or 14.03% from 442); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D43E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D43E is #572BC1. Grayscale: #B6B6B6. Windows color (decimal): -5712834 or 4117672. OLE color: 4117672.

HSL color Cylindrical-coordinate representation of color #A8D43E: hue angle of 77.6º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A8D43E is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB 168 212 62 -
CMYK 0.21 0 0.71 0.17
HSL 77.6º 0.64% 0.54% -
HSV(B) 77.6º 0.71% 0.83% -
XYZ 40.56 55.76 13.18 -
YUV 181.74 60.42 118.2 -
System Red Green Blue C M Y K H S L
Decimal 168 212 62 0.21 0 0.71 0.17 77.6 0.64 0.54
Hex A8 D4 3E 15 0 47 11 4E 40 36
Octal 250 324 76 25 0 107 21 116 100 66
Binary 10101000 11010100 111110 10101 0 1000111 10001 1001110 1000000 110110

Color Harmonies of #A8D43E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D43E

Black with #A8D43E

Text Example


Text Example

White with #A8D43E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D43E; }

 p { color: rgb(168,212,62); }

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

background-color css

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

 a { background-color: rgb(168,212,62); }

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

border-color css

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

 span { border-color: rgb(168,212,62); }

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