#9DD570

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

Shades of Feijoa #9DD570

Tints of Feijoa #9DD570

Color information

#9DD570 (or 0x9DD570) is unknown color: approx Feijoa. HEX triplet: 9D, D5 and 70. RGB value is (157,213,112). Sum of RGB (Red+Green+Blue) = 157+213+112=482 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.57% from 482); Green value is 213 (83.59% from 255 or 44.19% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 213 - color contains mainly: green. Hex color #9DD570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD570 is #622A8F. Grayscale: #B9B9B9. Windows color (decimal): -6433424 or 7394717. OLE color: 7394717.

HSL color Cylindrical-coordinate representation of color #9DD570: hue angle of 93.27º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9DD570 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB157213112-
CMYK0.2600.470.16
HSL93.27º54.59%63.73%-
HSV(B)93.27º47.42%83.53%-
XYZ40.6255.9323.98-
YUV184.7486.95108.21-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.57%
GREEN value IS 213 (83.59% from 255) = 44.19%
BLUE value IS 112 (44.14% from 255) = 23.24%
R=32.57%
G=44.19%
B=23.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1572131120.2600.470.1693.2754.5963.73
Hex9DD5701A02F105d3740
Octal235325160320572013567100
Binary100111011101010111100001101001011111000010111011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,213,112); }

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

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

 a { background-color: rgb(157,213,112); }

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

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

 span { border-color: rgb(157,213,112); }

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