#9BF26C

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

Shades of Feijoa #9BF26C

Tints of Feijoa #9BF26C

Color information

#9BF26C (or 0x9BF26C) is unknown color: approx Feijoa. HEX triplet: 9B, F2 and 6C. RGB value is (155,242,108). Sum of RGB (Red+Green+Blue) = 155+242+108=505 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.69% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 108 (42.58% from 255 or 21.39% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #9BF26C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF26C is #640D93. Grayscale: #C9C9C9. Windows color (decimal): -6557076 or 7139995. OLE color: 7139995.

HSL color Cylindrical-coordinate representation of color #9BF26C: hue angle of 98.96º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9BF26C is Cyan = 0.36, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB155242108-
CMYK0.3600.550.05
HSL98.96º83.75%68.63%-
HSV(B)98.96º55.37%94.9%-
XYZ47.9871.5625.47-
YUV200.7175.6895.4-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.69%
GREEN value IS 242 (94.92% from 255) = 47.92%
BLUE value IS 108 (42.58% from 255) = 21.39%
R=30.69%
G=47.92%
B=21.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1552421080.3600.550.0598.9683.7568.63
Hex9BF26C240375635445
Octal233362154440675143124105
Binary100110111111001011011001001000110111101110001110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,242,108); }

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

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

 a { background-color: rgb(155,242,108); }

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

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

 span { border-color: rgb(155,242,108); }

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