Html Css Color HEX #9BE970 Feijoa

📋 copy color: '#9BE970'

red 155 ◦ green 233 ◦ blue 112

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

Shades of Feijoa #9BE970

Tints of Feijoa #9BE970

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.6%

 BLUE value IS 112 (44.14% from 255) = 22.4%

R = 31%
G = 46.6%
B = 22.4%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#9BE970 (or 0x9BE970) is known color: Feijoa. HEX triplet: 9B, E9 and 70. RGB value is (155,233,112). Sum of RGB (Red+Green+Blue) = 155+233+112=500 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31% from 500); Green value is 233 (91.41% from 255 or 46.6% from 500); Blue value is 112 (44.14% from 255 or 22.4% from 500); Max value from RGB is 233 - color contains mainly: green. Hex color #9BE970 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BE970 is #64168F. Grayscale: #C4C4C4. Windows color (decimal): -6559376 or 7399835. OLE color: 7399835.

HSL color Cylindrical-coordinate representation of color #9BE970: hue angle of 98.68º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9BE970 is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 155 233 112 -
CMYK 0.33 0 0.52 0.09
HSL 98.68º 0.73% 0.68% -
HSV(B) 98.68º 0.52% 0.91% -
XYZ 45.58 66.42 25.75 -
YUV 195.88 80.66 98.84 -
System Red Green Blue C M Y K H S L
Decimal 155 233 112 0.33 0 0.52 0.09 98.68 0.73 0.68
Hex 9B E9 70 21 0 34 9 63 49 44
Octal 233 351 160 41 0 64 11 143 111 104
Binary 10011011 11101001 1110000 100001 0 110100 1001 1100011 1001001 1000100

Color Harmonies of #9BE970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE970

Black with #9BE970

Text Example


Text Example

White with #9BE970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,233,112); }

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

background-color css

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

 a { background-color: rgb(155,233,112); }

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

border-color css

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

 span { border-color: rgb(155,233,112); }

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