Html Css Color HEX #9BDD95 Granny Smith Apple

📋 copy color: '#9BDD95'

red 155 ◦ green 221 ◦ blue 149

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

Shades of Granny Smith Apple #9BDD95

Tints of Granny Smith Apple #9BDD95

RGB

 RED value IS 155 (60.94% from 255) = 29.52%

 GREEN value IS 221 (86.72% from 255) = 42.1%

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

R = 29.52%
G = 42.1%
B = 28.38%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#9BDD95 (or 0x9BDD95) is known color: Granny Smith Apple. HEX triplet: 9B, DD and 95. RGB value is (155,221,149). Sum of RGB (Red+Green+Blue) = 155+221+149=525 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.52% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 149 (58.59% from 255 or 28.38% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDD95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDD95 is #64226A. Grayscale: #C1C1C1. Windows color (decimal): -6562411 or 9821595. OLE color: 9821595.

HSL color Cylindrical-coordinate representation of color #9BDD95: hue angle of 115º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BDD95 is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 221 149 -
CMYK 0.30 0 0.33 0.13
HSL 115º 0.51% 0.73% -
HSV(B) 115º 0.33% 0.87% -
XYZ 44.8 60.85 37.82 -
YUV 193.06 103.13 100.85 -
System Red Green Blue C M Y K H S L
Decimal 155 221 149 0.30 0 0.33 0.13 115 0.51 0.73
Hex 9B DD 95 1E 0 21 D 73 33 49
Octal 233 335 225 36 0 41 15 163 63 111
Binary 10011011 11011101 10010101 11110 0 100001 1101 1110011 110011 1001001

Color Harmonies of #9BDD95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDD95

Black with #9BDD95

Text Example


Text Example

White with #9BDD95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,221,149); }

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

background-color css

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

 a { background-color: rgb(155,221,149); }

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

border-color css

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

 span { border-color: rgb(155,221,149); }

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