Html Css Color HEX #9BF071 Feijoa

📋 copy color: '#9BF071'

red 155 ◦ green 240 ◦ blue 113

#9BF071
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feijoa #9BF071

Tints of Feijoa #9BF071

RGB

 RED value IS 155 (60.94% from 255) = 30.51%

 GREEN value IS 240 (94.14% from 255) = 47.24%

 BLUE value IS 113 (44.53% from 255) = 22.24%

R = 30.51%
G = 47.24%
B = 22.24%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#9BF071 (or 0x9BF071) is known color: Feijoa. HEX triplet: 9B, F0 and 71. RGB value is (155,240,113). Sum of RGB (Red+Green+Blue) = 155+240+113=508 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.51% from 508); Green value is 240 (94.14% from 255 or 47.24% from 508); Blue value is 113 (44.53% from 255 or 22.24% from 508); Max value from RGB is 240 - color contains mainly: green. Hex color #9BF071 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF071 is #640F8E. Grayscale: #C8C8C8. Windows color (decimal): -6557583 or 7467163. OLE color: 7467163.

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

Color convert

RGB 155 240 113 -
CMYK 0.35 0 0.53 0.06
HSL 100.16º 0.81% 0.69% -
HSV(B) 100.16º 0.53% 0.94% -
XYZ 47.66 70.48 26.72 -
YUV 200.11 78.84 95.83 -
System Red Green Blue C M Y K H S L
Decimal 155 240 113 0.35 0 0.53 0.06 100.16 0.81 0.69
Hex 9B F0 71 23 0 35 6 64 51 45
Octal 233 360 161 43 0 65 6 144 121 105
Binary 10011011 11110000 1110001 100011 0 110101 110 1100100 1010001 1000101

Color Harmonies of #9BF071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF071

Black with #9BF071

Text Example


Text Example

White with #9BF071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9BF071;
 }
 .AnyTagClassName
 {
   color: #9BF071;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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