Html Css Color HEX #96D094 Granny Smith Apple

📋 copy color: '#96D094'

red 150 ◦ green 208 ◦ blue 148

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

Shades of Granny Smith Apple #96D094

Tints of Granny Smith Apple #96D094

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.11%

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

R = 29.64%
G = 41.11%
B = 29.25%

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

#96D094 (or 0x96D094) is known color: Granny Smith Apple. HEX triplet: 96, D0 and 94. RGB value is (150,208,148). Sum of RGB (Red+Green+Blue) = 150+208+148=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 208 (81.64% from 255 or 41.11% from 506); Blue value is 148 (58.20% from 255 or 29.25% from 506); Max value from RGB is 208 - color contains mainly: green. Hex color #96D094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D094 is #692F6B. Grayscale: #B8B8B8. Windows color (decimal): -6893420 or 9752726. OLE color: 9752726.

HSL color Cylindrical-coordinate representation of color #96D094: hue angle of 118º degrees, saturation: 0.39, 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 #96D094 is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 208 148 -
CMYK 0.28 0 0.29 0.18
HSL 118º 0.39% 0.7% -
HSV(B) 118º 0.29% 0.82% -
XYZ 40.48 53.73 36.26 -
YUV 183.82 107.78 103.88 -
System Red Green Blue C M Y K H S L
Decimal 150 208 148 0.28 0 0.29 0.18 118 0.39 0.7
Hex 96 D0 94 1C 0 1D 12 76 27 46
Octal 226 320 224 34 0 35 22 166 47 106
Binary 10010110 11010000 10010100 11100 0 11101 10010 1110110 100111 1000110

Color Harmonies of #96D094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D094

Black with #96D094

Text Example


Text Example

White with #96D094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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