Html Css Color HEX #9ED095 Granny Smith Apple

📋 copy color: '#9ED095'

red 158 ◦ green 208 ◦ blue 149

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

Shades of Granny Smith Apple #9ED095

Tints of Granny Smith Apple #9ED095

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.39%

 BLUE value IS 149 (58.59% from 255) = 28.93%

R = 30.68%
G = 40.39%
B = 28.93%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#9ED095 (or 0x9ED095) is known color: Granny Smith Apple. HEX triplet: 9E, D0 and 95. RGB value is (158,208,149). Sum of RGB (Red+Green+Blue) = 158+208+149=515 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.68% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 208 - color contains mainly: green. Hex color #9ED095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED095 is #612F6A. Grayscale: #BABABA. Windows color (decimal): -6369131 or 9818270. OLE color: 9818270.

HSL color Cylindrical-coordinate representation of color #9ED095: hue angle of 110.85º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9ED095 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 158 208 149 -
CMYK 0.24 0 0.28 0.18
HSL 110.85º 0.39% 0.7% -
HSV(B) 110.85º 0.28% 0.82% -
XYZ 42.08 54.55 36.75 -
YUV 186.32 106.94 107.8 -
System Red Green Blue C M Y K H S L
Decimal 158 208 149 0.24 0 0.28 0.18 110.85 0.39 0.7
Hex 9E D0 95 18 0 1C 12 6F 27 46
Octal 236 320 225 30 0 34 22 157 47 106
Binary 10011110 11010000 10010101 11000 0 11100 10010 1101111 100111 1000110

Color Harmonies of #9ED095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED095

Black with #9ED095

Text Example


Text Example

White with #9ED095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,208,149); }

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

background-color css

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

 a { background-color: rgb(158,208,149); }

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

border-color css

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

 span { border-color: rgb(158,208,149); }

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