#94DA88

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

Shades of Granny Smith Apple #94DA88

Tints of Granny Smith Apple #94DA88

Color information

#94DA88 (or 0x94DA88) is unknown color: approx Granny Smith Apple. HEX triplet: 94, DA and 88. RGB value is (148,218,136). Sum of RGB (Red+Green+Blue) = 148+218+136=502 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.48% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 218 - color contains mainly: green. Hex color #94DA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DA88 is #6B2577. Grayscale: #BBBBBB. Windows color (decimal): -7021944 or 8968852. OLE color: 8968852.

HSL color Cylindrical-coordinate representation of color #94DA88: hue angle of 111.22º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94DA88 is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB148218136-
CMYK0.3200.380.15
HSL111.22º52.56%69.41%-
HSV(B)111.22º37.61%85.49%-
XYZ41.7358.2232.33-
YUV187.7298.8199.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.48%
GREEN value IS 218 (85.55% from 255) = 43.43%
BLUE value IS 136 (53.52% from 255) = 27.09%
R=29.48%
G=43.43%
B=27.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1482181360.3200.380.15111.2252.5669.41
Hex94DA8820026F6f3545
Octal224332210400461715765105
Binary1001010011011010100010001000000100110111111011111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94DA88; }

 p { color: rgb(148,218,136); }

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

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

 a { background-color: rgb(148,218,136); }

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

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

 span { border-color: rgb(148,218,136); }

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