#94D88A

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

Shades of Granny Smith Apple #94D88A

Tints of Granny Smith Apple #94D88A

Color information

#94D88A (or 0x94D88A) is unknown color: approx Granny Smith Apple. HEX triplet: 94, D8 and 8A. RGB value is (148,216,138). Sum of RGB (Red+Green+Blue) = 148+216+138=502 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.48% from 502); Green value is 216 (84.77% from 255 or 43.03% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 216 - color contains mainly: green. Hex color #94D88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D88A is #6B2775. Grayscale: #BBBBBB. Windows color (decimal): -7022454 or 9099412. OLE color: 9099412.

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

Color convert

RGB148216138-
CMYK0.3100.360.15
HSL112.31º50%69.41%-
HSV(B)112.31º36.11%84.71%-
XYZ41.3657.2432.91-
YUV186.78100.47100.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.48%
GREEN value IS 216 (84.77% from 255) = 43.03%
BLUE value IS 138 (54.30% from 255) = 27.49%
R=29.48%
G=43.03%
B=27.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1482161380.3100.360.15112.315069.41
Hex94D88A1F024F703245
Octal224330212370441716062105
Binary100101001101100010001010111110100100111111100001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,216,138); }

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

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

 a { background-color: rgb(148,216,138); }

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

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

 span { border-color: rgb(148,216,138); }

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