Html Css Color HEX #A4EB8D Granny Smith Apple

📋 copy color: '#A4EB8D'

red 164 ◦ green 235 ◦ blue 141

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

Shades of Granny Smith Apple #A4EB8D

Tints of Granny Smith Apple #A4EB8D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.52%

 BLUE value IS 141 (55.47% from 255) = 26.11%

R = 30.37%
G = 43.52%
B = 26.11%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#A4EB8D (or 0xA4EB8D) is known color: Granny Smith Apple. HEX triplet: A4, EB and 8D. RGB value is (164,235,141). Sum of RGB (Red+Green+Blue) = 164+235+141=540 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.37% from 540); Green value is 235 (92.19% from 255 or 43.52% from 540); Blue value is 141 (55.47% from 255 or 26.11% from 540); Max value from RGB is 235 - color contains mainly: green. Hex color #A4EB8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4EB8D is #5B1472. Grayscale: #CBCBCB. Windows color (decimal): -5969011 or 9300900. OLE color: 9300900.

HSL color Cylindrical-coordinate representation of color #A4EB8D: hue angle of 105.32º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A4EB8D is Cyan = 0.30, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB 164 235 141 -
CMYK 0.30 0 0.4 0.08
HSL 105.32º 0.7% 0.74% -
HSV(B) 105.32º 0.4% 0.92% -
XYZ 49.83 69.23 35.94 -
YUV 203.06 92.98 100.14 -
System Red Green Blue C M Y K H S L
Decimal 164 235 141 0.30 0 0.4 0.08 105.32 0.7 0.74
Hex A4 EB 8D 1E 0 28 8 69 46 4A
Octal 244 353 215 36 0 50 10 151 106 112
Binary 10100100 11101011 10001101 11110 0 101000 1000 1101001 1000110 1001010

Color Harmonies of #A4EB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4EB8D

Black with #A4EB8D

Text Example


Text Example

White with #A4EB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4EB8D; }

 p { color: rgb(164,235,141); }

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

background-color css

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

 a { background-color: rgb(164,235,141); }

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

border-color css

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

 span { border-color: rgb(164,235,141); }

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