#9DD69A

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

Shades of Granny Smith Apple #9DD69A

Tints of Granny Smith Apple #9DD69A

Color information

#9DD69A (or 0x9DD69A) is unknown color: approx Granny Smith Apple. HEX triplet: 9D, D6 and 9A. RGB value is (157,214,154). Sum of RGB (Red+Green+Blue) = 157+214+154=525 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.90% from 525); Green value is 214 (83.98% from 255 or 40.76% from 525); Blue value is 154 (60.55% from 255 or 29.33% from 525); Max value from RGB is 214 - color contains mainly: green. Hex color #9DD69A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD69A is #622965. Grayscale: #BEBEBE. Windows color (decimal): -6433126 or 10147485. OLE color: 10147485.

HSL color Cylindrical-coordinate representation of color #9DD69A: hue angle of 117º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DD69A is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB157214154-
CMYK0.2700.280.16
HSL117º42.25%72.16%-
HSV(B)117º28.04%83.92%-
XYZ43.7857.5939.38-
YUV190.12107.62104.38-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.90%
GREEN value IS 214 (83.98% from 255) = 40.76%
BLUE value IS 154 (60.55% from 255) = 29.33%
R=29.90%
G=40.76%
B=29.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1572141540.2700.280.1611742.2572.16
Hex9DD69A1B01C10752a48
Octal235326232330342016552110
Binary100111011101011010011010110110111001000011101011010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,214,154); }

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

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

 a { background-color: rgb(157,214,154); }

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

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

 span { border-color: rgb(157,214,154); }

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