#9BEA94

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

Shades of Granny Smith Apple #9BEA94

Tints of Granny Smith Apple #9BEA94

Color information

#9BEA94 (or 0x9BEA94) is unknown color: approx Granny Smith Apple. HEX triplet: 9B, EA and 94. RGB value is (155,234,148). Sum of RGB (Red+Green+Blue) = 155+234+148=537 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.86% from 537); Green value is 234 (91.80% from 255 or 43.58% from 537); Blue value is 148 (58.20% from 255 or 27.56% from 537); Max value from RGB is 234 - color contains mainly: green. Hex color #9BEA94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BEA94 is #64156B. Grayscale: #C8C8C8. Windows color (decimal): -6559084 or 9759387. OLE color: 9759387.

HSL color Cylindrical-coordinate representation of color #9BEA94: hue angle of 115.12º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BEA94 is Cyan = 0.34, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB155234148-
CMYK0.3400.370.08
HSL115.12º67.19%74.9%-
HSV(B)115.12º36.75%91.76%-
XYZ48.2967.9538.59-
YUV200.5898.3395.49-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.86%
GREEN value IS 234 (91.80% from 255) = 43.58%
BLUE value IS 148 (58.20% from 255) = 27.56%
R=28.86%
G=43.58%
B=27.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1552341480.3400.370.08115.1267.1974.9
Hex9BEA9422025873434b
Octal2333522244204510163103113
Binary10011011111010101001010010001001001011000111001110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BEA94; }

 p { color: rgb(155,234,148); }

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

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

 a { background-color: rgb(155,234,148); }

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

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

 span { border-color: rgb(155,234,148); }

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