Html Css Color HEX #9BF065 Feijoa

📋 copy color: '#9BF065'

red 155 ◦ green 240 ◦ blue 101

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

Shades of Feijoa #9BF065

Tints of Feijoa #9BF065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.36%

R = 31.25%
G = 48.39%
B = 20.36%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#9BF065 (or 0x9BF065) is known color: Feijoa. HEX triplet: 9B, F0 and 65. RGB value is (155,240,101). Sum of RGB (Red+Green+Blue) = 155+240+101=496 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.25% from 496); Green value is 240 (94.14% from 255 or 48.39% from 496); Blue value is 101 (39.84% from 255 or 20.36% from 496); Max value from RGB is 240 - color contains mainly: green. Hex color #9BF065 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF065 is #640F9A. Grayscale: #C7C7C7. Windows color (decimal): -6557595 or 6680731. OLE color: 6680731.

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

Color convert

RGB 155 240 101 -
CMYK 0.35 0 0.58 0.06
HSL 96.69º 0.82% 0.67% -
HSV(B) 96.69º 0.58% 0.94% -
XYZ 47.03 70.23 23.39 -
YUV 198.74 72.84 96.8 -
System Red Green Blue C M Y K H S L
Decimal 155 240 101 0.35 0 0.58 0.06 96.69 0.82 0.67
Hex 9B F0 65 23 0 3A 6 61 52 43
Octal 233 360 145 43 0 72 6 141 122 103
Binary 10011011 11110000 1100101 100011 0 111010 110 1100001 1010010 1000011

Color Harmonies of #9BF065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF065

Black with #9BF065

Text Example


Text Example

White with #9BF065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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