Html Css Color HEX #A4ED95 Granny Smith Apple

📋 copy color: '#A4ED95'

red 164 ◦ green 237 ◦ blue 149

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

Shades of Granny Smith Apple #A4ED95

Tints of Granny Smith Apple #A4ED95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.09%

R = 29.82%
G = 43.09%
B = 27.09%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#A4ED95 (or 0xA4ED95) is known color: Granny Smith Apple. HEX triplet: A4, ED and 95. RGB value is (164,237,149). Sum of RGB (Red+Green+Blue) = 164+237+149=550 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.82% from 550); Green value is 237 (92.97% from 255 or 43.09% from 550); Blue value is 149 (58.59% from 255 or 27.09% from 550); Max value from RGB is 237 - color contains mainly: green. Hex color #A4ED95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4ED95 is #5B126A. Grayscale: #CDCDCD. Windows color (decimal): -5968491 or 9825700. OLE color: 9825700.

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

Color convert

RGB 164 237 149 -
CMYK 0.31 0 0.37 0.07
HSL 109.77º 0.71% 0.76% -
HSV(B) 109.77º 0.37% 0.93% -
XYZ 51.02 70.63 39.38 -
YUV 205.14 96.32 98.66 -
System Red Green Blue C M Y K H S L
Decimal 164 237 149 0.31 0 0.37 0.07 109.77 0.71 0.76
Hex A4 ED 95 1F 0 25 7 6E 47 4C
Octal 244 355 225 37 0 45 7 156 107 114
Binary 10100100 11101101 10010101 11111 0 100101 111 1101110 1000111 1001100

Color Harmonies of #A4ED95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4ED95

Black with #A4ED95

Text Example


Text Example

White with #A4ED95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4ED95; }

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

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

background-color css

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

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

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

border-color css

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

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

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