Html Css Color HEX #A8D736 Atlantis

📋 copy color: '#A8D736'

red 168 ◦ green 215 ◦ blue 54

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

Shades of Atlantis #A8D736

Tints of Atlantis #A8D736

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.2%

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

R = 38.44%
G = 49.2%
B = 12.36%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#A8D736 (or 0xA8D736) is known color: Atlantis. HEX triplet: A8, D7 and 36. RGB value is (168,215,54). Sum of RGB (Red+Green+Blue) = 168+215+54=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 215 (84.38% from 255 or 49.20% from 437); Blue value is 54 (21.48% from 255 or 12.36% from 437); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D736 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D736 is #5728C9. Grayscale: #B7B7B7. Windows color (decimal): -5712074 or 3594152. OLE color: 3594152.

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

Color convert

RGB 168 215 54 -
CMYK 0.22 0 0.75 0.16
HSL 77.52º 0.67% 0.53% -
HSV(B) 77.52º 0.75% 0.84% -
XYZ 41.11 57.19 12.36 -
YUV 182.59 55.43 117.59 -
System Red Green Blue C M Y K H S L
Decimal 168 215 54 0.22 0 0.75 0.16 77.52 0.67 0.53
Hex A8 D7 36 16 0 4B 10 4E 43 35
Octal 250 327 66 26 0 113 20 116 103 65
Binary 10101000 11010111 110110 10110 0 1001011 10000 1001110 1000011 110101

Color Harmonies of #A8D736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D736

Black with #A8D736

Text Example


Text Example

White with #A8D736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D736; }

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

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

background-color css

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

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

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

border-color css

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

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

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