Html Css Color HEX #A4F095 Granny Smith Apple

📋 copy color: '#A4F095'

red 164 ◦ green 240 ◦ blue 149

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

Shades of Granny Smith Apple #A4F095

Tints of Granny Smith Apple #A4F095

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.4%

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

R = 29.66%
G = 43.4%
B = 26.94%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#A4F095 (or 0xA4F095) is known color: Granny Smith Apple. HEX triplet: A4, F0 and 95. RGB value is (164,240,149). Sum of RGB (Red+Green+Blue) = 164+240+149=553 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.66% from 553); Green value is 240 (94.14% from 255 or 43.40% from 553); Blue value is 149 (58.59% from 255 or 26.94% from 553); Max value from RGB is 240 - color contains mainly: green. Hex color #A4F095 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4F095 is #5B0F6A. Grayscale: #CFCFCF. Windows color (decimal): -5967723 or 9826468. OLE color: 9826468.

HSL color Cylindrical-coordinate representation of color #A4F095: hue angle of 110.11º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A4F095 is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 164 240 149 -
CMYK 0.32 0 0.38 0.06
HSL 110.11º 0.75% 0.76% -
HSV(B) 110.11º 0.38% 0.94% -
XYZ 51.89 72.38 39.67 -
YUV 206.9 95.32 97.4 -
System Red Green Blue C M Y K H S L
Decimal 164 240 149 0.32 0 0.38 0.06 110.11 0.75 0.76
Hex A4 F0 95 20 0 26 6 6E 4B 4C
Octal 244 360 225 40 0 46 6 156 113 114
Binary 10100100 11110000 10010101 100000 0 100110 110 1101110 1001011 1001100

Color Harmonies of #A4F095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4F095

Black with #A4F095

Text Example


Text Example

White with #A4F095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4F095; }

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

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

background-color css

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

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

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

border-color css

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

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

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