Html Css Color HEX #9BDC95 Granny Smith Apple

📋 copy color: '#9BDC95'

red 155 ◦ green 220 ◦ blue 149

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

Shades of Granny Smith Apple #9BDC95

Tints of Granny Smith Apple #9BDC95

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.98%

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

R = 29.58%
G = 41.98%
B = 28.44%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#9BDC95 (or 0x9BDC95) is known color: Granny Smith Apple. HEX triplet: 9B, DC and 95. RGB value is (155,220,149). Sum of RGB (Red+Green+Blue) = 155+220+149=524 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.58% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 149 (58.59% from 255 or 28.44% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDC95 is #64236A. Grayscale: #C0C0C0. Windows color (decimal): -6562667 or 9821339. OLE color: 9821339.

HSL color Cylindrical-coordinate representation of color #9BDC95: hue angle of 114.93º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9BDC95 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 220 149 -
CMYK 0.30 0 0.32 0.14
HSL 114.93º 0.5% 0.72% -
HSV(B) 114.93º 0.32% 0.86% -
XYZ 44.54 60.32 37.73 -
YUV 192.47 103.47 101.27 -
System Red Green Blue C M Y K H S L
Decimal 155 220 149 0.30 0 0.32 0.14 114.93 0.5 0.72
Hex 9B DC 95 1E 0 20 E 73 32 48
Octal 233 334 225 36 0 40 16 163 62 110
Binary 10011011 11011100 10010101 11110 0 100000 1110 1110011 110010 1001000

Color Harmonies of #9BDC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDC95

Black with #9BDC95

Text Example


Text Example

White with #9BDC95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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