Html Css Color HEX #A4DE94 Granny Smith Apple

📋 copy color: '#A4DE94'

red 164 ◦ green 222 ◦ blue 148

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

Shades of Granny Smith Apple #A4DE94

Tints of Granny Smith Apple #A4DE94

RGB

 RED value IS 164 (64.45% from 255) = 30.71%

 GREEN value IS 222 (87.11% from 255) = 41.57%

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

R = 30.71%
G = 41.57%
B = 27.72%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#A4DE94 (or 0xA4DE94) is known color: Granny Smith Apple. HEX triplet: A4, DE and 94. RGB value is (164,222,148). Sum of RGB (Red+Green+Blue) = 164+222+148=534 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.71% from 534); Green value is 222 (87.11% from 255 or 41.57% from 534); Blue value is 148 (58.20% from 255 or 27.72% from 534); Max value from RGB is 222 - color contains mainly: green. Hex color #A4DE94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DE94 is #5B216B. Grayscale: #C4C4C4. Windows color (decimal): -5972332 or 9756324. OLE color: 9756324.

HSL color Cylindrical-coordinate representation of color #A4DE94: hue angle of 107.03º 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 #A4DE94 is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 222 148 -
CMYK 0.26 0 0.33 0.13
HSL 107.03º 0.53% 0.73% -
HSV(B) 107.03º 0.33% 0.87% -
XYZ 46.78 62.27 37.57 -
YUV 196.22 100.78 105.02 -
System Red Green Blue C M Y K H S L
Decimal 164 222 148 0.26 0 0.33 0.13 107.03 0.53 0.73
Hex A4 DE 94 1A 0 21 D 6B 35 49
Octal 244 336 224 32 0 41 15 153 65 111
Binary 10100100 11011110 10010100 11010 0 100001 1101 1101011 110101 1001001

Color Harmonies of #A4DE94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DE94

Black with #A4DE94

Text Example


Text Example

White with #A4DE94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DE94; }

 p { color: rgb(164,222,148); }

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

background-color css

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

 a { background-color: rgb(164,222,148); }

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

border-color css

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

 span { border-color: rgb(164,222,148); }

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