#9DEB72

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

Shades of Feijoa #9DEB72

Tints of Feijoa #9DEB72

Color information

#9DEB72 (or 0x9DEB72) is unknown color: approx Feijoa. HEX triplet: 9D, EB and 72. RGB value is (157,235,114). Sum of RGB (Red+Green+Blue) = 157+235+114=506 (67% of max value = 765). Red value is 157 (61.72% from 255 or 31.03% from 506); Green value is 235 (92.19% from 255 or 46.44% from 506); Blue value is 114 (44.92% from 255 or 22.53% from 506); Max value from RGB is 235 - color contains mainly: green. Hex color #9DEB72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DEB72 is #62148D. Grayscale: #C6C6C6. Windows color (decimal): -6427790 or 7531421. OLE color: 7531421.

HSL color Cylindrical-coordinate representation of color #9DEB72: hue angle of 98.68º degrees, saturation: 0.75, 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 #9DEB72 is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB157235114-
CMYK0.3300.510.08
HSL98.68º75.16%68.43%-
HSV(B)98.68º51.49%92.16%-
XYZ46.6567.826.55-
YUV197.8880.6698.84-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.03%
GREEN value IS 235 (92.19% from 255) = 46.44%
BLUE value IS 114 (44.92% from 255) = 22.53%
R=31.03%
G=46.44%
B=22.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1572351140.3300.510.0898.6875.1668.43
Hex9DEB72210338634b44
Octal2353531624106310143113104
Binary1001110111101011111001010000101100111000110001110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,235,114); }

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

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

 a { background-color: rgb(157,235,114); }

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

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

 span { border-color: rgb(157,235,114); }

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