#95E194

Color #95E194 Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #95E194

Tints of Granny Smith Apple #95E194

Color information

#95E194 (or 0x95E194) is unknown color: approx Granny Smith Apple. HEX triplet: 95, E1 and 94. RGB value is (149,225,148). Sum of RGB (Red+Green+Blue) = 149+225+148=522 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.54% from 522); Green value is 225 (88.28% from 255 or 43.10% from 522); Blue value is 148 (58.20% from 255 or 28.35% from 522); Max value from RGB is 225 - color contains mainly: green. Hex color #95E194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E194 is #6A1E6B. Grayscale: #C1C1C1. Windows color (decimal): -6954604 or 9757077. OLE color: 9757077.

HSL color Cylindrical-coordinate representation of color #95E194: hue angle of 119.22º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95E194 is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB149225148-
CMYK0.3400.340.12
HSL119.22º56.2%73.14%-
HSV(B)119.22º34.22%88.24%-
XYZ44.6662.3837.7-
YUV193.5102.3296.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.54%
GREEN value IS 225 (88.28% from 255) = 43.10%
BLUE value IS 148 (58.20% from 255) = 28.35%
R=28.54%
G=43.10%
B=28.35%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1492251480.3400.340.12119.2256.273.14
Hex95E19422022C773849
Octal225341224420421416770111
Binary1001010111100001100101001000100100010110011101111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95E194; }

 p { color: rgb(149,225,148); }

 H1.HeaderClassName
 {
   color: #95E194;
 }
 .AnyTagClassName
 {
   color: #95E194;
 }
</style>
background-color css

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

 a { background-color: rgb(149,225,148); }

 div.DivClassName
 {
   background-color: #95E194;
 }
 .BgClassName
 {
   background-color: #95E194;
 }
</style>
border-color css

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

 span { border-color: rgb(149,225,148); }

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