#9DE194

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

Shades of Granny Smith Apple #9DE194

Tints of Granny Smith Apple #9DE194

Color information

#9DE194 (or 0x9DE194) is unknown color: approx Granny Smith Apple. HEX triplet: 9D, E1 and 94. RGB value is (157,225,148). Sum of RGB (Red+Green+Blue) = 157+225+148=530 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.62% from 530); Green value is 225 (88.28% from 255 or 42.45% from 530); Blue value is 148 (58.20% from 255 or 27.92% from 530); Max value from RGB is 225 - color contains mainly: green. Hex color #9DE194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DE194 is #621E6B. Grayscale: #C4C4C4. Windows color (decimal): -6430316 or 9757085. OLE color: 9757085.

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

Color convert

RGB157225148-
CMYK0.3000.340.12
HSL112.99º56.2%73.14%-
HSV(B)112.99º34.22%88.24%-
XYZ46.1863.1637.77-
YUV195.89100.97100.26-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.62%
GREEN value IS 225 (88.28% from 255) = 42.45%
BLUE value IS 148 (58.20% from 255) = 27.92%
R=29.62%
G=42.45%
B=27.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1572251480.3000.340.12112.9956.273.14
Hex9DE1941E022C713849
Octal235341224360421416170111
Binary100111011110000110010100111100100010110011100011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,225,148); }

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

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

 a { background-color: rgb(157,225,148); }

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

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

 span { border-color: rgb(157,225,148); }

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