Html Css Color HEX #A8DF96 Granny Smith Apple

📋 copy color: '#A8DF96'

red 168 ◦ green 223 ◦ blue 150

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

Shades of Granny Smith Apple #A8DF96

Tints of Granny Smith Apple #A8DF96

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.22%

 BLUE value IS 150 (58.98% from 255) = 27.73%

R = 31.05%
G = 41.22%
B = 27.73%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#A8DF96 (or 0xA8DF96) is known color: Granny Smith Apple. HEX triplet: A8, DF and 96. RGB value is (168,223,150). Sum of RGB (Red+Green+Blue) = 168+223+150=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 150 (58.98% from 255 or 27.73% from 541); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DF96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DF96 is #572069. Grayscale: #C6C6C6. Windows color (decimal): -5709930 or 9887656. OLE color: 9887656.

HSL color Cylindrical-coordinate representation of color #A8DF96: hue angle of 105.21º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8DF96 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 223 150 -
CMYK 0.25 0 0.33 0.13
HSL 105.21º 0.53% 0.73% -
HSV(B) 105.21º 0.33% 0.87% -
XYZ 48.04 63.3 38.54 -
YUV 198.23 100.78 106.44 -
System Red Green Blue C M Y K H S L
Decimal 168 223 150 0.25 0 0.33 0.13 105.21 0.53 0.73
Hex A8 DF 96 19 0 21 D 69 35 49
Octal 250 337 226 31 0 41 15 151 65 111
Binary 10101000 11011111 10010110 11001 0 100001 1101 1101001 110101 1001001

Color Harmonies of #A8DF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DF96

Black with #A8DF96

Text Example


Text Example

White with #A8DF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DF96; }

 p { color: rgb(168,223,150); }

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

background-color css

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

 a { background-color: rgb(168,223,150); }

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

border-color css

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

 span { border-color: rgb(168,223,150); }

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