Html Css Color HEX #9BF06D Feijoa

📋 copy color: '#9BF06D'

red 155 ◦ green 240 ◦ blue 109

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

Shades of Feijoa #9BF06D

Tints of Feijoa #9BF06D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.63%

R = 30.75%
G = 47.62%
B = 21.63%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#9BF06D (or 0x9BF06D) is known color: Feijoa. HEX triplet: 9B, F0 and 6D. RGB value is (155,240,109). Sum of RGB (Red+Green+Blue) = 155+240+109=504 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.75% from 504); Green value is 240 (94.14% from 255 or 47.62% from 504); Blue value is 109 (42.97% from 255 or 21.63% from 504); Max value from RGB is 240 - color contains mainly: green. Hex color #9BF06D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF06D is #640F92. Grayscale: #C8C8C8. Windows color (decimal): -6557587 or 7205019. OLE color: 7205019.

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

Color convert

RGB 155 240 109 -
CMYK 0.35 0 0.55 0.06
HSL 98.93º 0.81% 0.68% -
HSV(B) 98.93º 0.55% 0.94% -
XYZ 47.44 70.39 25.55 -
YUV 199.65 76.84 96.15 -
System Red Green Blue C M Y K H S L
Decimal 155 240 109 0.35 0 0.55 0.06 98.93 0.81 0.68
Hex 9B F0 6D 23 0 37 6 63 51 44
Octal 233 360 155 43 0 67 6 143 121 104
Binary 10011011 11110000 1101101 100011 0 110111 110 1100011 1010001 1000100

Color Harmonies of #9BF06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF06D

Black with #9BF06D

Text Example


Text Example

White with #9BF06D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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