Html Css Color HEX #A4E494 Granny Smith Apple

📋 copy color: '#A4E494'

red 164 ◦ green 228 ◦ blue 148

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

Shades of Granny Smith Apple #A4E494

Tints of Granny Smith Apple #A4E494

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.22%

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

R = 30.37%
G = 42.22%
B = 27.41%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#A4E494 (or 0xA4E494) is known color: Granny Smith Apple. HEX triplet: A4, E4 and 94. RGB value is (164,228,148). Sum of RGB (Red+Green+Blue) = 164+228+148=540 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.37% from 540); Green value is 228 (89.45% from 255 or 42.22% from 540); Blue value is 148 (58.20% from 255 or 27.41% from 540); Max value from RGB is 228 - color contains mainly: green. Hex color #A4E494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4E494 is #5B1B6B. Grayscale: #C7C7C7. Windows color (decimal): -5970796 or 9757860. OLE color: 9757860.

HSL color Cylindrical-coordinate representation of color #A4E494: hue angle of 108º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4E494 is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 164 228 148 -
CMYK 0.28 0 0.35 0.11
HSL 108º 0.6% 0.74% -
HSV(B) 108º 0.35% 0.89% -
XYZ 48.4 65.52 38.11 -
YUV 199.74 98.8 102.5 -
System Red Green Blue C M Y K H S L
Decimal 164 228 148 0.28 0 0.35 0.11 108 0.6 0.74
Hex A4 E4 94 1C 0 23 B 6C 3C 4A
Octal 244 344 224 34 0 43 13 154 74 112
Binary 10100100 11100100 10010100 11100 0 100011 1011 1101100 111100 1001010

Color Harmonies of #A4E494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4E494

Black with #A4E494

Text Example


Text Example

White with #A4E494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4E494; }

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

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

background-color css

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

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

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

border-color css

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

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

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