#9be494

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

Shades of Granny Smith Apple #9BE494

Tints of Granny Smith Apple #9BE494

Color information

#9BE494 (or 0x9BE494) is unknown color: approx Granny Smith Apple. HEX triplet: 9B, E4 and 94. RGB value is (155,228,148). Sum of RGB (Red+Green+Blue) = 155+228+148=531 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.19% from 531); Green value is 228 (89.45% from 255 or 42.94% from 531); Blue value is 148 (58.20% from 255 or 27.87% from 531); Max value from RGB is 228 - color contains mainly: green. Hex color #9BE494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BE494 is #641B6B. Grayscale: #C5C5C5. Windows color (decimal): -6560620 or 9757851. OLE color: 9757851.

HSL color Cylindrical-coordinate representation of color #9BE494: hue angle of 114.75º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BE494 is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB155228148-
CMYK0.3200.350.11
HSL114.75º59.7%73.73%-
HSV(B)114.75º35.09%89.41%-
XYZ46.6164.5938.03-
YUV197.05100.3298-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.19%
GREEN value IS 228 (89.45% from 255) = 42.94%
BLUE value IS 148 (58.20% from 255) = 27.87%
R=29.19%
G=42.94%
B=27.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1552281480.3200.350.11114.7559.773.73
Hex9BE49420023B733c4a
Octal233344224400431316374112
Binary1001101111100100100101001000000100011101111100111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9be494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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