Html Css Color HEX #A8D83E Atlantis

📋 copy color: '#A8D83E'

red 168 ◦ green 216 ◦ blue 62

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

Shades of Atlantis #A8D83E

Tints of Atlantis #A8D83E

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.43%

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

R = 37.67%
G = 48.43%
B = 13.9%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#A8D83E (or 0xA8D83E) is known color: Atlantis. HEX triplet: A8, D8 and 3E. RGB value is (168,216,62). Sum of RGB (Red+Green+Blue) = 168+216+62=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 216 (84.77% from 255 or 48.43% from 446); Blue value is 62 (24.61% from 255 or 13.90% from 446); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D83E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D83E is #5727C1. Grayscale: #B8B8B8. Windows color (decimal): -5711810 or 4118696. OLE color: 4118696.

HSL color Cylindrical-coordinate representation of color #A8D83E: hue angle of 78.7º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A8D83E is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 216 62 -
CMYK 0.22 0 0.71 0.15
HSL 78.7º 0.66% 0.55% -
HSV(B) 78.7º 0.71% 0.85% -
XYZ 41.57 57.78 13.52 -
YUV 184.09 59.1 116.52 -
System Red Green Blue C M Y K H S L
Decimal 168 216 62 0.22 0 0.71 0.15 78.7 0.66 0.55
Hex A8 D8 3E 16 0 47 F 4F 42 37
Octal 250 330 76 26 0 107 17 117 102 67
Binary 10101000 11011000 111110 10110 0 1000111 1111 1001111 1000010 110111

Color Harmonies of #A8D83E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D83E

Black with #A8D83E

Text Example


Text Example

White with #A8D83E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D83E; }

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

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

background-color css

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

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

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

border-color css

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

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

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