Html Css Color HEX #9BD496 Granny Smith Apple

📋 copy color: '#9BD496'

red 155 ◦ green 212 ◦ blue 150

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

Shades of Granny Smith Apple #9BD496

Tints of Granny Smith Apple #9BD496

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.01%

 BLUE value IS 150 (58.98% from 255) = 29.01%

R = 29.98%
G = 41.01%
B = 29.01%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#9BD496 (or 0x9BD496) is known color: Granny Smith Apple. HEX triplet: 9B, D4 and 96. RGB value is (155,212,150). Sum of RGB (Red+Green+Blue) = 155+212+150=517 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.98% from 517); Green value is 212 (83.20% from 255 or 41.01% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 212 - color contains mainly: green. Hex color #9BD496 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD496 is #642B69. Grayscale: #BCBCBC. Windows color (decimal): -6564714 or 9884827. OLE color: 9884827.

HSL color Cylindrical-coordinate representation of color #9BD496: hue angle of 115.16º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BD496 is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB 155 212 150 -
CMYK 0.27 0 0.29 0.17
HSL 115.16º 0.42% 0.71% -
HSV(B) 115.16º 0.29% 0.83% -
XYZ 42.57 56.26 37.47 -
YUV 187.89 106.62 104.54 -
System Red Green Blue C M Y K H S L
Decimal 155 212 150 0.27 0 0.29 0.17 115.16 0.42 0.71
Hex 9B D4 96 1B 0 1D 11 73 2A 47
Octal 233 324 226 33 0 35 21 163 52 107
Binary 10011011 11010100 10010110 11011 0 11101 10001 1110011 101010 1000111

Color Harmonies of #9BD496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD496

Black with #9BD496

Text Example


Text Example

White with #9BD496

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,212,150); }

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

background-color css

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

 a { background-color: rgb(155,212,150); }

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

border-color css

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

 span { border-color: rgb(155,212,150); }

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