#9BF869

Color #9BF869 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #9BF869

Tints of Feijoa #9BF869

Color information

#9BF869 (or 0x9BF869) is unknown color: approx Feijoa. HEX triplet: 9B, F8 and 69. RGB value is (155,248,105). Sum of RGB (Red+Green+Blue) = 155+248+105=508 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.51% from 508); Green value is 248 (97.27% from 255 or 48.82% from 508); Blue value is 105 (41.41% from 255 or 20.67% from 508); Max value from RGB is 248 - color contains mainly: green. Hex color #9BF869 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF869 is #640796. Grayscale: #CCCCCC. Windows color (decimal): -6555543 or 6944923. OLE color: 6944923.

HSL color Cylindrical-coordinate representation of color #9BF869: hue angle of 99.02º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9BF869 is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB155248105-
CMYK0.3800.580.03
HSL99.02º91.08%69.22%-
HSV(B)99.02º57.66%97.25%-
XYZ49.6375.1225.25-
YUV203.8972.1993.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.51%
GREEN value IS 248 (97.27% from 255) = 48.82%
BLUE value IS 105 (41.41% from 255) = 20.67%
R=30.51%
G=48.82%
B=20.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1552481050.3800.580.0399.0291.0869.22
Hex9BF8692603A3635b45
Octal233370151460723143133105
Binary10011011111110001101001100110011101011110001110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,248,105); }

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

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

 a { background-color: rgb(155,248,105); }

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

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

 span { border-color: rgb(155,248,105); }

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