Html Css Color HEX #9DDB8B Granny Smith Apple

📋 copy color: '#9DDB8B'

red 157 ◦ green 219 ◦ blue 139

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

Shades of Granny Smith Apple #9DDB8B

Tints of Granny Smith Apple #9DDB8B

RGB

 RED value IS 157 (61.72% from 255) = 30.49%

 GREEN value IS 219 (85.94% from 255) = 42.52%

 BLUE value IS 139 (54.69% from 255) = 26.99%

R = 30.49%
G = 42.52%
B = 26.99%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#9DDB8B (or 0x9DDB8B) is known color: Granny Smith Apple. HEX triplet: 9D, DB and 8B. RGB value is (157,219,139). Sum of RGB (Red+Green+Blue) = 157+219+139=515 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.49% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 139 (54.69% from 255 or 26.99% from 515); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDB8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDB8B is #622474. Grayscale: #BFBFBF. Windows color (decimal): -6431861 or 9165725. OLE color: 9165725.

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

Color convert

RGB 157 219 139 -
CMYK 0.28 0 0.37 0.14
HSL 106.5º 0.53% 0.7% -
HSV(B) 106.5º 0.37% 0.86% -
XYZ 43.9 59.7 33.63 -
YUV 191.34 98.46 103.5 -
System Red Green Blue C M Y K H S L
Decimal 157 219 139 0.28 0 0.37 0.14 106.5 0.53 0.7
Hex 9D DB 8B 1C 0 25 E 6A 35 46
Octal 235 333 213 34 0 45 16 152 65 106
Binary 10011101 11011011 10001011 11100 0 100101 1110 1101010 110101 1000110

Color Harmonies of #9DDB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDB8B

Black with #9DDB8B

Text Example


Text Example

White with #9DDB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,219,139); }

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

background-color css

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

 a { background-color: rgb(157,219,139); }

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

border-color css

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

 span { border-color: rgb(157,219,139); }

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