#9DF382

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

Shades of Granny Smith Apple #9DF382

Tints of Granny Smith Apple #9DF382

Color information

#9DF382 (or 0x9DF382) is unknown color: approx Granny Smith Apple. HEX triplet: 9D, F3 and 82. RGB value is (157,243,130). Sum of RGB (Red+Green+Blue) = 157+243+130=530 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.62% from 530); Green value is 243 (95.31% from 255 or 45.85% from 530); Blue value is 130 (51.17% from 255 or 24.53% from 530); Max value from RGB is 243 - color contains mainly: green. Hex color #9DF382 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DF382 is #620C7D. Grayscale: #CCCCCC. Windows color (decimal): -6425726 or 8582045. OLE color: 8582045.

HSL color Cylindrical-coordinate representation of color #9DF382: hue angle of 105.66º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9DF382 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB157243130-
CMYK0.3500.470.05
HSL105.66º82.48%73.14%-
HSV(B)105.66º46.5%95.29%-
XYZ49.9872.8832.55-
YUV204.486.0194.19-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.62%
GREEN value IS 243 (95.31% from 255) = 45.85%
BLUE value IS 130 (51.17% from 255) = 24.53%
R=29.62%
G=45.85%
B=24.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1572431300.3500.470.05105.6682.4873.14
Hex9DF3822302F56a5249
Octal235363202430575152122111
Binary1001110111110011100000101000110101111101110101010100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,243,130); }

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

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

 a { background-color: rgb(157,243,130); }

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

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

 span { border-color: rgb(157,243,130); }

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