Html Css Color HEX #A8D836 Atlantis

📋 copy color: '#A8D836'

red 168 ◦ green 216 ◦ blue 54

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

Shades of Atlantis #A8D836

Tints of Atlantis #A8D836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.33%

R = 38.36%
G = 49.32%
B = 12.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#A8D836 (or 0xA8D836) is known color: Atlantis. HEX triplet: A8, D8 and 36. RGB value is (168,216,54). Sum of RGB (Red+Green+Blue) = 168+216+54=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 216 (84.77% from 255 or 49.32% from 438); Blue value is 54 (21.48% from 255 or 12.33% from 438); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D836 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D836 is #5727C9. Grayscale: #B7B7B7. Windows color (decimal): -5711818 or 3594408. OLE color: 3594408.

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

Color convert

RGB 168 216 54 -
CMYK 0.22 0 0.75 0.15
HSL 77.78º 0.68% 0.53% -
HSV(B) 77.78º 0.75% 0.85% -
XYZ 41.37 57.7 12.45 -
YUV 183.18 55.1 117.17 -
System Red Green Blue C M Y K H S L
Decimal 168 216 54 0.22 0 0.75 0.15 77.78 0.68 0.53
Hex A8 D8 36 16 0 4B F 4E 44 35
Octal 250 330 66 26 0 113 17 116 104 65
Binary 10101000 11011000 110110 10110 0 1001011 1111 1001110 1000100 110101

Color Harmonies of #A8D836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D836

Black with #A8D836

Text Example


Text Example

White with #A8D836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D836; }

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

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

background-color css

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

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

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

border-color css

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

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

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