Html Css Color HEX #9CDC94 Granny Smith Apple

📋 copy color: '#9CDC94'

red 156 ◦ green 220 ◦ blue 148

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

Shades of Granny Smith Apple #9CDC94

Tints of Granny Smith Apple #9CDC94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.24%

R = 29.77%
G = 41.98%
B = 28.24%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#9CDC94 (or 0x9CDC94) is known color: Granny Smith Apple. HEX triplet: 9C, DC and 94. RGB value is (156,220,148). Sum of RGB (Red+Green+Blue) = 156+220+148=524 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.77% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 148 (58.20% from 255 or 28.24% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #9CDC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDC94 is #63236B. Grayscale: #C0C0C0. Windows color (decimal): -6497132 or 9755804. OLE color: 9755804.

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

Color convert

RGB 156 220 148 -
CMYK 0.29 0 0.33 0.14
HSL 113.33º 0.51% 0.72% -
HSV(B) 113.33º 0.33% 0.86% -
XYZ 44.65 60.39 37.32 -
YUV 192.66 102.8 101.85 -
System Red Green Blue C M Y K H S L
Decimal 156 220 148 0.29 0 0.33 0.14 113.33 0.51 0.72
Hex 9C DC 94 1D 0 21 E 71 33 48
Octal 234 334 224 35 0 41 16 161 63 110
Binary 10011100 11011100 10010100 11101 0 100001 1110 1110001 110011 1001000

Color Harmonies of #9CDC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDC94

Black with #9CDC94

Text Example


Text Example

White with #9CDC94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,220,148); }

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

background-color css

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

 a { background-color: rgb(156,220,148); }

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

border-color css

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

 span { border-color: rgb(156,220,148); }

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