Html Css Color HEX #A8DC95 Granny Smith Apple

📋 copy color: '#A8DC95'

red 168 ◦ green 220 ◦ blue 149

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

Shades of Granny Smith Apple #A8DC95

Tints of Granny Smith Apple #A8DC95

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.97%

 BLUE value IS 149 (58.59% from 255) = 27.75%

R = 31.28%
G = 40.97%
B = 27.75%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#A8DC95 (or 0xA8DC95) is known color: Granny Smith Apple. HEX triplet: A8, DC and 95. RGB value is (168,220,149). Sum of RGB (Red+Green+Blue) = 168+220+149=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 149 (58.59% from 255 or 27.75% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DC95 is #57236A. Grayscale: #C4C4C4. Windows color (decimal): -5710699 or 9821352. OLE color: 9821352.

HSL color Cylindrical-coordinate representation of color #A8DC95: hue angle of 103.94º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8DC95 is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 220 149 -
CMYK 0.24 0 0.32 0.14
HSL 103.94º 0.5% 0.72% -
HSV(B) 103.94º 0.32% 0.86% -
XYZ 47.17 61.68 37.85 -
YUV 196.36 101.27 107.77 -
System Red Green Blue C M Y K H S L
Decimal 168 220 149 0.24 0 0.32 0.14 103.94 0.5 0.72
Hex A8 DC 95 18 0 20 E 68 32 48
Octal 250 334 225 30 0 40 16 150 62 110
Binary 10101000 11011100 10010101 11000 0 100000 1110 1101000 110010 1001000

Color Harmonies of #A8DC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DC95

Black with #A8DC95

Text Example


Text Example

White with #A8DC95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DC95; }

 p { color: rgb(168,220,149); }

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

background-color css

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

 a { background-color: rgb(168,220,149); }

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

border-color css

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

 span { border-color: rgb(168,220,149); }

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