#9DE07B

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

Shades of Feijoa #9DE07B

Tints of Feijoa #9DE07B

Color information

#9DE07B (or 0x9DE07B) is unknown color: approx Feijoa. HEX triplet: 9D, E0 and 7B. RGB value is (157,224,123). Sum of RGB (Red+Green+Blue) = 157+224+123=504 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.15% from 504); Green value is 224 (87.89% from 255 or 44.44% from 504); Blue value is 123 (48.44% from 255 or 24.40% from 504); Max value from RGB is 224 - color contains mainly: green. Hex color #9DE07B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DE07B is #621F84. Grayscale: #C0C0C0. Windows color (decimal): -6430597 or 8118429. OLE color: 8118429.

HSL color Cylindrical-coordinate representation of color #9DE07B: hue angle of 99.8º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9DE07B is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB157224123-
CMYK0.3000.450.12
HSL99.8º61.96%68.04%-
HSV(B)99.8º45.09%87.84%-
XYZ44.1461.9128.36-
YUV192.4588.8102.71-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.15%
GREEN value IS 224 (87.89% from 255) = 44.44%
BLUE value IS 123 (48.44% from 255) = 24.40%
R=31.15%
G=44.44%
B=24.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1572241230.3000.450.1299.861.9668.04
Hex9DE07B1E02DC643e44
Octal235340173360551414476104
Binary10011101111000001111011111100101101110011001001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,224,123); }

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

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

 a { background-color: rgb(157,224,123); }

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

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

 span { border-color: rgb(157,224,123); }

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