Html Css Color HEX #9EDA98 Granny Smith Apple

📋 copy color: '#9EDA98'

red 158 ◦ green 218 ◦ blue 152

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

Shades of Granny Smith Apple #9EDA98

Tints of Granny Smith Apple #9EDA98

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.29%

 BLUE value IS 152 (59.77% from 255) = 28.79%

R = 29.92%
G = 41.29%
B = 28.79%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#9EDA98 (or 0x9EDA98) is known color: Granny Smith Apple. HEX triplet: 9E, DA and 98. RGB value is (158,218,152). Sum of RGB (Red+Green+Blue) = 158+218+152=528 (69% of max value = 765). Red value is 158 (62.11% from 255 or 29.92% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 152 (59.77% from 255 or 28.79% from 528); Max value from RGB is 218 - color contains mainly: green. Hex color #9EDA98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDA98 is #612567. Grayscale: #C0C0C0. Windows color (decimal): -6366568 or 10017438. OLE color: 10017438.

HSL color Cylindrical-coordinate representation of color #9EDA98: hue angle of 114.55º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9EDA98 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 158 218 152 -
CMYK 0.28 0 0.30 0.15
HSL 114.55º 0.47% 0.73% -
HSV(B) 114.55º 0.3% 0.85% -
XYZ 44.84 59.68 38.86 -
YUV 192.54 105.12 103.37 -
System Red Green Blue C M Y K H S L
Decimal 158 218 152 0.28 0 0.30 0.15 114.55 0.47 0.73
Hex 9E DA 98 1C 0 1E F 73 2F 49
Octal 236 332 230 34 0 36 17 163 57 111
Binary 10011110 11011010 10011000 11100 0 11110 1111 1110011 101111 1001001

Color Harmonies of #9EDA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDA98

Black with #9EDA98

Text Example


Text Example

White with #9EDA98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,218,152); }

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

background-color css

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

 a { background-color: rgb(158,218,152); }

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

border-color css

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

 span { border-color: rgb(158,218,152); }

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