Html Css Color HEX #A8D436 Atlantis

📋 copy color: '#A8D436'

red 168 ◦ green 212 ◦ blue 54

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

Shades of Atlantis #A8D436

Tints of Atlantis #A8D436

RGB

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

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

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

R = 38.71%
G = 48.85%
B = 12.44%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#A8D436 (or 0xA8D436) is known color: Atlantis. HEX triplet: A8, D4 and 36. RGB value is (168,212,54). Sum of RGB (Red+Green+Blue) = 168+212+54=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 212 (83.20% from 255 or 48.85% from 434); Blue value is 54 (21.48% from 255 or 12.44% from 434); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D436 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D436 is #572BC9. Grayscale: #B5B5B5. Windows color (decimal): -5712842 or 3593384. OLE color: 3593384.

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

Color convert

RGB 168 212 54 -
CMYK 0.21 0 0.75 0.17
HSL 76.71º 0.65% 0.52% -
HSV(B) 76.71º 0.75% 0.83% -
XYZ 40.36 55.68 12.11 -
YUV 180.83 56.42 118.85 -
System Red Green Blue C M Y K H S L
Decimal 168 212 54 0.21 0 0.75 0.17 76.71 0.65 0.52
Hex A8 D4 36 15 0 4B 11 4D 41 34
Octal 250 324 66 25 0 113 21 115 101 64
Binary 10101000 11010100 110110 10101 0 1001011 10001 1001101 1000001 110100

Color Harmonies of #A8D436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D436

Black with #A8D436

Text Example


Text Example

White with #A8D436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D436; }

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

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

background-color css

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

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

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

border-color css

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

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

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