#9BED8A

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

Shades of Granny Smith Apple #9BED8A

Tints of Granny Smith Apple #9BED8A

Color information

#9BED8A (or 0x9BED8A) is unknown color: approx Granny Smith Apple. HEX triplet: 9B, ED and 8A. RGB value is (155,237,138). Sum of RGB (Red+Green+Blue) = 155+237+138=530 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.25% from 530); Green value is 237 (92.97% from 255 or 44.72% from 530); Blue value is 138 (54.30% from 255 or 26.04% from 530); Max value from RGB is 237 - color contains mainly: green. Hex color #9BED8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BED8A is #641275. Grayscale: #C9C9C9. Windows color (decimal): -6558326 or 9104795. OLE color: 9104795.

HSL color Cylindrical-coordinate representation of color #9BED8A: hue angle of 109.7º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9BED8A is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB155237138-
CMYK0.3500.420.07
HSL109.7º73.33%73.53%-
HSV(B)109.7º41.77%92.94%-
XYZ48.3969.3734.88-
YUV201.292.3395.05-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.25%
GREEN value IS 237 (92.97% from 255) = 44.72%
BLUE value IS 138 (54.30% from 255) = 26.04%
R=29.25%
G=44.72%
B=26.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1552371380.3500.420.07109.773.3373.53
Hex9BED8A2302A76e494a
Octal233355212430527156111112
Binary1001101111101101100010101000110101010111110111010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BED8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,237,138); }

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

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

 a { background-color: rgb(155,237,138); }

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

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

 span { border-color: rgb(155,237,138); }

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