#9BF07F

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

Shades of Granny Smith Apple #9BF07F

Tints of Granny Smith Apple #9BF07F

Color information

#9BF07F (or 0x9BF07F) is unknown color: approx Granny Smith Apple. HEX triplet: 9B, F0 and 7F. RGB value is (155,240,127). Sum of RGB (Red+Green+Blue) = 155+240+127=522 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.69% from 522); Green value is 240 (94.14% from 255 or 45.98% from 522); Blue value is 127 (50% from 255 or 24.33% from 522); Max value from RGB is 240 - color contains mainly: green. Hex color #9BF07F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF07F is #640F80. Grayscale: #CACACA. Windows color (decimal): -6557569 or 8384667. OLE color: 8384667.

HSL color Cylindrical-coordinate representation of color #9BF07F: hue angle of 105.13º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9BF07F is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB155240127-
CMYK0.3500.470.06
HSL105.13º79.02%71.96%-
HSV(B)105.13º47.08%94.12%-
XYZ48.5170.8231.19-
YUV201.785.8494.69-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.69%
GREEN value IS 240 (94.14% from 255) = 45.98%
BLUE value IS 127 (50% from 255) = 24.33%
R=29.69%
G=45.98%
B=24.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1552401270.3500.470.06105.1379.0271.96
Hex9BF07F2302F6694f48
Octal233360177430576151117110
Binary100110111111000011111111000110101111110110100110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,240,127); }

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

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

 a { background-color: rgb(155,240,127); }

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

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

 span { border-color: rgb(155,240,127); }

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