Html Css Color HEX #96D194 Granny Smith Apple

📋 copy color: '#96D194'

red 150 ◦ green 209 ◦ blue 148

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

Shades of Granny Smith Apple #96D194

Tints of Granny Smith Apple #96D194

RGB

 RED value IS 150 (58.98% from 255) = 29.59%

 GREEN value IS 209 (82.03% from 255) = 41.22%

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

R = 29.59%
G = 41.22%
B = 29.19%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#96D194 (or 0x96D194) is known color: Granny Smith Apple. HEX triplet: 96, D1 and 94. RGB value is (150,209,148). Sum of RGB (Red+Green+Blue) = 150+209+148=507 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.59% from 507); Green value is 209 (82.03% from 255 or 41.22% from 507); Blue value is 148 (58.20% from 255 or 29.19% from 507); Max value from RGB is 209 - color contains mainly: green. Hex color #96D194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D194 is #692E6B. Grayscale: #B8B8B8. Windows color (decimal): -6893164 or 9752982. OLE color: 9752982.

HSL color Cylindrical-coordinate representation of color #96D194: hue angle of 118.03º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96D194 is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 209 148 -
CMYK 0.28 0 0.29 0.18
HSL 118.03º 0.4% 0.7% -
HSV(B) 118.03º 0.29% 0.82% -
XYZ 40.72 54.22 36.34 -
YUV 184.41 107.45 103.46 -
System Red Green Blue C M Y K H S L
Decimal 150 209 148 0.28 0 0.29 0.18 118.03 0.4 0.7
Hex 96 D1 94 1C 0 1D 12 76 28 46
Octal 226 321 224 34 0 35 22 166 50 106
Binary 10010110 11010001 10010100 11100 0 11101 10010 1110110 101000 1000110

Color Harmonies of #96D194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D194

Black with #96D194

Text Example


Text Example

White with #96D194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96D194; }

 p { color: rgb(150,209,148); }

 H1.HeaderClassName
 {
   color: #96D194;
 }
 .AnyTagClassName
 {
   color: #96D194;
 }
</style>

background-color css

<style>
 a { background-color: #96D194; }

 a { background-color: rgb(150,209,148); }

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

border-color css

<style>
 span { border-color: #96D194; }

 span { border-color: rgb(150,209,148); }

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