Html Css Color HEX #94D897 Granny Smith Apple

📋 copy color: '#94D897'

red 148 ◦ green 216 ◦ blue 151

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

Shades of Granny Smith Apple #94D897

Tints of Granny Smith Apple #94D897

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.94%

 BLUE value IS 151 (59.38% from 255) = 29.32%

R = 28.74%
G = 41.94%
B = 29.32%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#94D897 (or 0x94D897) is known color: Granny Smith Apple. HEX triplet: 94, D8 and 97. RGB value is (148,216,151). Sum of RGB (Red+Green+Blue) = 148+216+151=515 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.74% from 515); Green value is 216 (84.77% from 255 or 41.94% from 515); Blue value is 151 (59.38% from 255 or 29.32% from 515); Max value from RGB is 216 - color contains mainly: green. Hex color #94D897 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D897 is #6B2768. Grayscale: #BCBCBC. Windows color (decimal): -7022441 or 9951380. OLE color: 9951380.

HSL color Cylindrical-coordinate representation of color #94D897: hue angle of 122.65º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94D897 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 216 151 -
CMYK 0.31 0 0.30 0.15
HSL 122.65º 0.47% 0.71% -
HSV(B) 122.65º 0.31% 0.85% -
XYZ 42.35 57.64 38.17 -
YUV 188.26 106.97 99.29 -
System Red Green Blue C M Y K H S L
Decimal 148 216 151 0.31 0 0.30 0.15 122.65 0.47 0.71
Hex 94 D8 97 1F 0 1E F 7B 2F 47
Octal 224 330 227 37 0 36 17 173 57 107
Binary 10010100 11011000 10010111 11111 0 11110 1111 1111011 101111 1000111

Color Harmonies of #94D897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D897

Black with #94D897

Text Example


Text Example

White with #94D897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94D897; }

 p { color: rgb(148,216,151); }

 H1.HeaderClassName
 {
   color: #94D897;
 }
 .AnyTagClassName
 {
   color: #94D897;
 }
</style>

background-color css

<style>
 a { background-color: #94D897; }

 a { background-color: rgb(148,216,151); }

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

border-color css

<style>
 span { border-color: #94D897; }

 span { border-color: rgb(148,216,151); }

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