Html Css Color HEX #A4ED8A Granny Smith Apple

📋 copy color: '#A4ED8A'

red 164 ◦ green 237 ◦ blue 138

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

Shades of Granny Smith Apple #A4ED8A

Tints of Granny Smith Apple #A4ED8A

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.97%

 BLUE value IS 138 (54.3% from 255) = 25.6%

R = 30.43%
G = 43.97%
B = 25.6%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#A4ED8A (or 0xA4ED8A) is known color: Granny Smith Apple. HEX triplet: A4, ED and 8A. RGB value is (164,237,138). Sum of RGB (Red+Green+Blue) = 164+237+138=539 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.43% from 539); Green value is 237 (92.97% from 255 or 43.97% from 539); Blue value is 138 (54.30% from 255 or 25.60% from 539); Max value from RGB is 237 - color contains mainly: green. Hex color #A4ED8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4ED8A is #5B1275. Grayscale: #CCCCCC. Windows color (decimal): -5968502 or 9104804. OLE color: 9104804.

HSL color Cylindrical-coordinate representation of color #A4ED8A: hue angle of 104.24º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A4ED8A is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 237 138 -
CMYK 0.31 0 0.42 0.07
HSL 104.24º 0.73% 0.74% -
HSV(B) 104.24º 0.42% 0.93% -
XYZ 50.18 70.3 34.97 -
YUV 203.89 90.82 99.55 -
System Red Green Blue C M Y K H S L
Decimal 164 237 138 0.31 0 0.42 0.07 104.24 0.73 0.74
Hex A4 ED 8A 1F 0 2A 7 68 49 4A
Octal 244 355 212 37 0 52 7 150 111 112
Binary 10100100 11101101 10001010 11111 0 101010 111 1101000 1001001 1001010

Color Harmonies of #A4ED8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4ED8A

Black with #A4ED8A

Text Example


Text Example

White with #A4ED8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4ED8A; }

 p { color: rgb(164,237,138); }

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

background-color css

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

 a { background-color: rgb(164,237,138); }

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

border-color css

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

 span { border-color: rgb(164,237,138); }

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