Html Css Color HEX #9EDC8C Granny Smith Apple

📋 copy color: '#9EDC8C'

red 158 ◦ green 220 ◦ blue 140

#9EDC8C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Smith Apple #9EDC8C

Tints of Granny Smith Apple #9EDC8C

RGB

 RED value IS 158 (62.11% from 255) = 30.5%

 GREEN value IS 220 (86.33% from 255) = 42.47%

 BLUE value IS 140 (55.08% from 255) = 27.03%

R = 30.5%
G = 42.47%
B = 27.03%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#9EDC8C (or 0x9EDC8C) is known color: Granny Smith Apple. HEX triplet: 9E, DC and 8C. RGB value is (158,220,140). Sum of RGB (Red+Green+Blue) = 158+220+140=518 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.50% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDC8C is #612373. Grayscale: #C0C0C0. Windows color (decimal): -6366068 or 9231518. OLE color: 9231518.

HSL color Cylindrical-coordinate representation of color #9EDC8C: hue angle of 106.5º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9EDC8C is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 220 140 -
CMYK 0.28 0 0.36 0.14
HSL 106.5º 0.53% 0.71% -
HSV(B) 106.5º 0.36% 0.86% -
XYZ 44.43 60.35 34.12 -
YUV 192.34 98.46 103.5 -
System Red Green Blue C M Y K H S L
Decimal 158 220 140 0.28 0 0.36 0.14 106.5 0.53 0.71
Hex 9E DC 8C 1C 0 24 E 6A 35 47
Octal 236 334 214 34 0 44 16 152 65 107
Binary 10011110 11011100 10001100 11100 0 100100 1110 1101010 110101 1000111

Color Harmonies of #9EDC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDC8C

Black with #9EDC8C

Text Example


Text Example

White with #9EDC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,220,140); }

 H1.HeaderClassName
 {
   color: #9EDC8C;
 }
 .AnyTagClassName
 {
   color: #9EDC8C;
 }
</style>

background-color css

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

 a { background-color: rgb(158,220,140); }

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

border-color css

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

 span { border-color: rgb(158,220,140); }

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