Html Css Color HEX #A7DD94 Granny Smith Apple

📋 copy color: '#A7DD94'

red 167 ◦ green 221 ◦ blue 148

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

Shades of Granny Smith Apple #A7DD94

Tints of Granny Smith Apple #A7DD94

RGB

 RED value IS 167 (65.63% from 255) = 31.16%

 GREEN value IS 221 (86.72% from 255) = 41.23%

 BLUE value IS 148 (58.2% from 255) = 27.61%

R = 31.16%
G = 41.23%
B = 27.61%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#A7DD94 (or 0xA7DD94) is known color: Granny Smith Apple. HEX triplet: A7, DD and 94. RGB value is (167,221,148). Sum of RGB (Red+Green+Blue) = 167+221+148=536 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.16% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 148 (58.20% from 255 or 27.61% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #A7DD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7DD94 is #58226B. Grayscale: #C4C4C4. Windows color (decimal): -5775980 or 9756071. OLE color: 9756071.

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

Color convert

RGB 167 221 148 -
CMYK 0.24 0 0.33 0.13
HSL 104.38º 0.52% 0.72% -
HSV(B) 104.38º 0.33% 0.87% -
XYZ 47.14 62.07 37.51 -
YUV 196.53 100.61 106.94 -
System Red Green Blue C M Y K H S L
Decimal 167 221 148 0.24 0 0.33 0.13 104.38 0.52 0.72
Hex A7 DD 94 18 0 21 D 68 34 48
Octal 247 335 224 30 0 41 15 150 64 110
Binary 10100111 11011101 10010100 11000 0 100001 1101 1101000 110100 1001000

Color Harmonies of #A7DD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DD94

Black with #A7DD94

Text Example


Text Example

White with #A7DD94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DD94; }

 p { color: rgb(167,221,148); }

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

background-color css

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

 a { background-color: rgb(167,221,148); }

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

border-color css

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

 span { border-color: rgb(167,221,148); }

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