Html Css Color HEX #A8D936 Atlantis

📋 copy color: '#A8D936'

red 168 ◦ green 217 ◦ blue 54

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

Shades of Atlantis #A8D936

Tints of Atlantis #A8D936

RGB

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

 GREEN value IS 217 (85.16% from 255) = 49.43%

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

R = 38.27%
G = 49.43%
B = 12.3%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#A8D936 (or 0xA8D936) is known color: Atlantis. HEX triplet: A8, D9 and 36. RGB value is (168,217,54). Sum of RGB (Red+Green+Blue) = 168+217+54=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 217 (85.16% from 255 or 49.43% from 439); Blue value is 54 (21.48% from 255 or 12.30% from 439); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D936 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D936 is #5726C9. Grayscale: #B8B8B8. Windows color (decimal): -5711562 or 3594664. OLE color: 3594664.

HSL color Cylindrical-coordinate representation of color #A8D936: hue angle of 78.04º 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 #A8D936 is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 217 54 -
CMYK 0.23 0 0.75 0.15
HSL 78.04º 0.68% 0.53% -
HSV(B) 78.04º 0.75% 0.85% -
XYZ 41.63 58.22 12.53 -
YUV 183.77 54.77 116.75 -
System Red Green Blue C M Y K H S L
Decimal 168 217 54 0.23 0 0.75 0.15 78.04 0.68 0.53
Hex A8 D9 36 17 0 4B F 4E 44 35
Octal 250 331 66 27 0 113 17 116 104 65
Binary 10101000 11011001 110110 10111 0 1001011 1111 1001110 1000100 110101

Color Harmonies of #A8D936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D936

Black with #A8D936

Text Example


Text Example

White with #A8D936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D936; }

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

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

background-color css

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

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

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

border-color css

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

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

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