#9BF274

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

Shades of Feijoa #9BF274

Tints of Feijoa #9BF274

Color information

#9BF274 (or 0x9BF274) is unknown color: approx Feijoa. HEX triplet: 9B, F2 and 74. RGB value is (155,242,116). Sum of RGB (Red+Green+Blue) = 155+242+116=513 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.21% from 513); Green value is 242 (94.92% from 255 or 47.17% from 513); Blue value is 116 (45.70% from 255 or 22.61% from 513); Max value from RGB is 242 - color contains mainly: green. Hex color #9BF274 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF274 is #640D8B. Grayscale: #CACACA. Windows color (decimal): -6557068 or 7664283. OLE color: 7664283.

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

Color convert

RGB155242116-
CMYK0.3600.520.05
HSL101.43º82.89%70.2%-
HSV(B)101.43º52.07%94.9%-
XYZ48.4271.7327.82-
YUV201.6279.6894.75-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.21%
GREEN value IS 242 (94.92% from 255) = 47.17%
BLUE value IS 116 (45.70% from 255) = 22.61%
R=30.21%
G=47.17%
B=22.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1552421160.3600.520.05101.4382.8970.2
Hex9BF274240345655346
Octal233362164440645145123106
Binary100110111111001011101001001000110100101110010110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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