#95E08D

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

Shades of Granny Smith Apple #95E08D

Tints of Granny Smith Apple #95E08D

Color information

#95E08D (or 0x95E08D) is unknown color: approx Granny Smith Apple. HEX triplet: 95, E0 and 8D. RGB value is (149,224,141). Sum of RGB (Red+Green+Blue) = 149+224+141=514 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.99% from 514); Green value is 224 (87.89% from 255 or 43.58% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 224 - color contains mainly: green. Hex color #95E08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E08D is #6A1F72. Grayscale: #C0C0C0. Windows color (decimal): -6954867 or 9298069. OLE color: 9298069.

HSL color Cylindrical-coordinate representation of color #95E08D: hue angle of 114.22º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95E08D is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB149224141-
CMYK0.3300.370.12
HSL114.22º57.24%71.57%-
HSV(B)114.22º37.05%87.84%-
XYZ43.8661.6234.78-
YUV192.1199.1597.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.99%
GREEN value IS 224 (87.89% from 255) = 43.58%
BLUE value IS 141 (55.47% from 255) = 27.43%
R=28.99%
G=43.58%
B=27.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1492241410.3300.370.12114.2257.2471.57
Hex95E08D21025C723948
Octal225340215410451416271110
Binary1001010111100000100011011000010100101110011100101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,224,141); }

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

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

 a { background-color: rgb(149,224,141); }

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

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

 span { border-color: rgb(149,224,141); }

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