Html Css Color HEX #9BE972 Feijoa

📋 copy color: '#9BE972'

red 155 ◦ green 233 ◦ blue 114

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

Shades of Feijoa #9BE972

Tints of Feijoa #9BE972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.71%

R = 30.88%
G = 46.41%
B = 22.71%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#9BE972 (or 0x9BE972) is known color: Feijoa. HEX triplet: 9B, E9 and 72. RGB value is (155,233,114). Sum of RGB (Red+Green+Blue) = 155+233+114=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 233 (91.41% from 255 or 46.41% from 502); Blue value is 114 (44.92% from 255 or 22.71% from 502); Max value from RGB is 233 - color contains mainly: green. Hex color #9BE972 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BE972 is #64168D. Grayscale: #C4C4C4. Windows color (decimal): -6559374 or 7530907. OLE color: 7530907.

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

Color convert

RGB 155 233 114 -
CMYK 0.33 0 0.51 0.09
HSL 99.33º 0.73% 0.68% -
HSV(B) 99.33º 0.51% 0.91% -
XYZ 45.69 66.46 26.34 -
YUV 196.11 81.66 98.68 -
System Red Green Blue C M Y K H S L
Decimal 155 233 114 0.33 0 0.51 0.09 99.33 0.73 0.68
Hex 9B E9 72 21 0 33 9 63 49 44
Octal 233 351 162 41 0 63 11 143 111 104
Binary 10011011 11101001 1110010 100001 0 110011 1001 1100011 1001001 1000100

Color Harmonies of #9BE972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE972

Black with #9BE972

Text Example


Text Example

White with #9BE972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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