Html Css Color HEX #96E38D Granny Smith Apple

📋 copy color: '#96E38D'

red 150 ◦ green 227 ◦ blue 141

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

Shades of Granny Smith Apple #96E38D

Tints of Granny Smith Apple #96E38D

RGB

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

 GREEN value IS 227 (89.06% from 255) = 43.82%

 BLUE value IS 141 (55.47% from 255) = 27.22%

R = 28.96%
G = 43.82%
B = 27.22%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#96E38D (or 0x96E38D) is known color: Granny Smith Apple. HEX triplet: 96, E3 and 8D. RGB value is (150,227,141). Sum of RGB (Red+Green+Blue) = 150+227+141=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 227 (89.06% from 255 or 43.82% from 518); Blue value is 141 (55.47% from 255 or 27.22% from 518); Max value from RGB is 227 - color contains mainly: green. Hex color #96E38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E38D is #691C72. Grayscale: #C2C2C2. Windows color (decimal): -6888563 or 9298838. OLE color: 9298838.

HSL color Cylindrical-coordinate representation of color #96E38D: hue angle of 113.72º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96E38D is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 150 227 141 -
CMYK 0.34 0 0.38 0.11
HSL 113.72º 0.61% 0.72% -
HSV(B) 113.72º 0.38% 0.89% -
XYZ 44.85 63.35 35.06 -
YUV 194.17 97.99 96.49 -
System Red Green Blue C M Y K H S L
Decimal 150 227 141 0.34 0 0.38 0.11 113.72 0.61 0.72
Hex 96 E3 8D 22 0 26 B 72 3D 48
Octal 226 343 215 42 0 46 13 162 75 110
Binary 10010110 11100011 10001101 100010 0 100110 1011 1110010 111101 1001000

Color Harmonies of #96E38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E38D

Black with #96E38D

Text Example


Text Example

White with #96E38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,227,141); }

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

background-color css

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

 a { background-color: rgb(150,227,141); }

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

border-color css

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

 span { border-color: rgb(150,227,141); }

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