Html Css Color HEX #9BDC94 Granny Smith Apple

📋 copy color: '#9BDC94'

red 155 ◦ green 220 ◦ blue 148

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

Shades of Granny Smith Apple #9BDC94

Tints of Granny Smith Apple #9BDC94

RGB

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

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

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

R = 29.64%
G = 42.07%
B = 28.3%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#9BDC94 (or 0x9BDC94) is known color: Granny Smith Apple. HEX triplet: 9B, DC and 94. RGB value is (155,220,148). Sum of RGB (Red+Green+Blue) = 155+220+148=523 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.64% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 148 (58.20% from 255 or 28.30% from 523); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDC94 is #64236B. Grayscale: #C0C0C0. Windows color (decimal): -6562668 or 9755803. OLE color: 9755803.

HSL color Cylindrical-coordinate representation of color #9BDC94: hue angle of 114.17º 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 #9BDC94 is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 220 148 -
CMYK 0.30 0 0.33 0.14
HSL 114.17º 0.51% 0.72% -
HSV(B) 114.17º 0.33% 0.86% -
XYZ 44.46 60.29 37.31 -
YUV 192.36 102.97 101.35 -
System Red Green Blue C M Y K H S L
Decimal 155 220 148 0.30 0 0.33 0.14 114.17 0.51 0.72
Hex 9B DC 94 1E 0 21 E 72 33 48
Octal 233 334 224 36 0 41 16 162 63 110
Binary 10011011 11011100 10010100 11110 0 100001 1110 1110010 110011 1001000

Color Harmonies of #9BDC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDC94

Black with #9BDC94

Text Example


Text Example

White with #9BDC94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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