#9BEA72

Color #9BEA72 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #9BEA72

Tints of Feijoa #9BEA72

Color information

#9BEA72 (or 0x9BEA72) is unknown color: approx Feijoa. HEX triplet: 9B, EA and 72. RGB value is (155,234,114). Sum of RGB (Red+Green+Blue) = 155+234+114=503 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.82% from 503); Green value is 234 (91.80% from 255 or 46.52% from 503); Blue value is 114 (44.92% from 255 or 22.66% from 503); Max value from RGB is 234 - color contains mainly: green. Hex color #9BEA72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BEA72 is #64158D. Grayscale: #C5C5C5. Windows color (decimal): -6559118 or 7531163. OLE color: 7531163.

HSL color Cylindrical-coordinate representation of color #9BEA72: hue angle of 99.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9BEA72 is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB155234114-
CMYK0.3400.510.08
HSL99.5º74.07%68.24%-
HSV(B)99.5º51.28%91.76%-
XYZ45.9867.0326.43-
YUV196.781.3398.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.82%
GREEN value IS 234 (91.80% from 255) = 46.52%
BLUE value IS 114 (44.92% from 255) = 22.66%
R=30.82%
G=46.52%
B=22.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1552341140.3400.510.0899.574.0768.24
Hex9BEA72220338644a44
Octal2333521624206310144112104
Binary1001101111101010111001010001001100111000110010010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9BEA72;
 }
 .AnyTagClassName
 {
   color: #9BEA72;
 }
</style>
background-color css

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

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

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

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

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

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