#9BD698

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

Shades of Granny Smith Apple #9BD698

Tints of Granny Smith Apple #9BD698

Color information

#9BD698 (or 0x9BD698) is unknown color: approx Granny Smith Apple. HEX triplet: 9B, D6 and 98. RGB value is (155,214,152). Sum of RGB (Red+Green+Blue) = 155+214+152=521 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.75% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 152 (59.77% from 255 or 29.17% from 521); Max value from RGB is 214 - color contains mainly: green. Hex color #9BD698 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD698 is #642967. Grayscale: #BDBDBD. Windows color (decimal): -6564200 or 10016411. OLE color: 10016411.

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

Color convert

RGB155214152-
CMYK0.2800.290.16
HSL117.1º43.06%71.76%-
HSV(B)117.1º28.97%83.92%-
XYZ43.2357.3338.49-
YUV189.29106.95103.54-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.75%
GREEN value IS 214 (83.98% from 255) = 41.07%
BLUE value IS 152 (59.77% from 255) = 29.17%
R=29.75%
G=41.07%
B=29.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1552141520.2800.290.16117.143.0671.76
Hex9BD6981C01D10752b48
Octal233326230340352016553110
Binary100110111101011010011000111000111011000011101011010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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