Html Css Color HEX #9BD494 Granny Smith Apple

📋 copy color: '#9BD494'

red 155 ◦ green 212 ◦ blue 148

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

Shades of Granny Smith Apple #9BD494

Tints of Granny Smith Apple #9BD494

RGB

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

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

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

R = 30.1%
G = 41.17%
B = 28.74%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#9BD494 (or 0x9BD494) is known color: Granny Smith Apple. HEX triplet: 9B, D4 and 94. RGB value is (155,212,148). Sum of RGB (Red+Green+Blue) = 155+212+148=515 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.10% from 515); Green value is 212 (83.20% from 255 or 41.17% from 515); Blue value is 148 (58.20% from 255 or 28.74% from 515); Max value from RGB is 212 - color contains mainly: green. Hex color #9BD494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD494 is #642B6B. Grayscale: #BBBBBB. Windows color (decimal): -6564716 or 9753755. OLE color: 9753755.

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

Color convert

RGB 155 212 148 -
CMYK 0.27 0 0.30 0.17
HSL 113.44º 0.43% 0.71% -
HSV(B) 113.44º 0.3% 0.83% -
XYZ 42.41 56.19 36.63 -
YUV 187.66 105.62 104.7 -
System Red Green Blue C M Y K H S L
Decimal 155 212 148 0.27 0 0.30 0.17 113.44 0.43 0.71
Hex 9B D4 94 1B 0 1E 11 71 2B 47
Octal 233 324 224 33 0 36 21 161 53 107
Binary 10011011 11010100 10010100 11011 0 11110 10001 1110001 101011 1000111

Color Harmonies of #9BD494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD494

Black with #9BD494

Text Example


Text Example

White with #9BD494

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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