#9DE48C

Color #9DE48C Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #9DE48C

Tints of Granny Smith Apple #9DE48C

Color information

#9DE48C (or 0x9DE48C) is unknown color: approx Granny Smith Apple. HEX triplet: 9D, E4 and 8C. RGB value is (157,228,140). Sum of RGB (Red+Green+Blue) = 157+228+140=525 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.90% from 525); Green value is 228 (89.45% from 255 or 43.43% from 525); Blue value is 140 (55.08% from 255 or 26.67% from 525); Max value from RGB is 228 - color contains mainly: green. Hex color #9DE48C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DE48C is #621B73. Grayscale: #C5C5C5. Windows color (decimal): -6429556 or 9233565. OLE color: 9233565.

HSL color Cylindrical-coordinate representation of color #9DE48C: hue angle of 108.41º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9DE48C is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB157228140-
CMYK0.3100.390.11
HSL108.41º61.97%72.16%-
HSV(B)108.41º38.6%89.41%-
XYZ46.3864.5534.83-
YUV196.7495.9899.66-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.90%
GREEN value IS 228 (89.45% from 255) = 43.43%
BLUE value IS 140 (55.08% from 255) = 26.67%
R=29.90%
G=43.43%
B=26.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1572281400.3100.390.11108.4161.9772.16
Hex9DE48C1F027B6c3e48
Octal235344214370471315476110
Binary100111011110010010001100111110100111101111011001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,228,140); }

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

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

 a { background-color: rgb(157,228,140); }

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

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

 span { border-color: rgb(157,228,140); }

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