Html Css Color HEX #9CDB95 Granny Smith Apple

📋 copy color: '#9CDB95'

red 156 ◦ green 219 ◦ blue 149

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

Shades of Granny Smith Apple #9CDB95

Tints of Granny Smith Apple #9CDB95

RGB

 RED value IS 156 (61.33% from 255) = 29.77%

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

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

R = 29.77%
G = 41.79%
B = 28.44%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#9CDB95 (or 0x9CDB95) is known color: Granny Smith Apple. HEX triplet: 9C, DB and 95. RGB value is (156,219,149). Sum of RGB (Red+Green+Blue) = 156+219+149=524 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.77% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 149 (58.59% from 255 or 28.44% from 524); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDB95 is #63246A. Grayscale: #C0C0C0. Windows color (decimal): -6497387 or 9821084. OLE color: 9821084.

HSL color Cylindrical-coordinate representation of color #9CDB95: hue angle of 114º degrees, saturation: 0.49, 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 #9CDB95 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 219 149 -
CMYK 0.29 0 0.32 0.14
HSL 114º 0.49% 0.72% -
HSV(B) 114º 0.32% 0.86% -
XYZ 44.47 59.9 37.65 -
YUV 192.18 103.63 102.19 -
System Red Green Blue C M Y K H S L
Decimal 156 219 149 0.29 0 0.32 0.14 114 0.49 0.72
Hex 9C DB 95 1D 0 20 E 72 31 48
Octal 234 333 225 35 0 40 16 162 61 110
Binary 10011100 11011011 10010101 11101 0 100000 1110 1110010 110001 1001000

Color Harmonies of #9CDB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDB95

Black with #9CDB95

Text Example


Text Example

White with #9CDB95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,219,149); }

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

background-color css

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

 a { background-color: rgb(156,219,149); }

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

border-color css

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

 span { border-color: rgb(156,219,149); }

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