#9BD694

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

Shades of Granny Smith Apple #9BD694

Tints of Granny Smith Apple #9BD694

Color information

#9BD694 (or 0x9BD694) is unknown color: approx Granny Smith Apple. HEX triplet: 9B, D6 and 94. RGB value is (155,214,148). Sum of RGB (Red+Green+Blue) = 155+214+148=517 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.98% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 214 - color contains mainly: green. Hex color #9BD694 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD694 is #64296B. Grayscale: #BDBDBD. Windows color (decimal): -6564204 or 9754267. OLE color: 9754267.

HSL color Cylindrical-coordinate representation of color #9BD694: hue angle of 113.64º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BD694 is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB155214148-
CMYK0.2800.310.16
HSL113.64º44.59%70.98%-
HSV(B)113.64º30.84%83.92%-
XYZ42.9157.236.8-
YUV188.83104.95103.87-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.98%
GREEN value IS 214 (83.98% from 255) = 41.39%
BLUE value IS 148 (58.20% from 255) = 28.63%
R=29.98%
G=41.39%
B=28.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1552141480.2800.310.16113.6444.5970.98
Hex9BD6941C01F10722d47
Octal233326224340372016255107
Binary100110111101011010010100111000111111000011100101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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