Html Css Color HEX #94D88D Granny Smith Apple

📋 copy color: '#94D88D'

red 148 ◦ green 216 ◦ blue 141

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

Shades of Granny Smith Apple #94D88D

Tints of Granny Smith Apple #94D88D

RGB

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

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

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

R = 29.31%
G = 42.77%
B = 27.92%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#94D88D (or 0x94D88D) is known color: Granny Smith Apple. HEX triplet: 94, D8 and 8D. RGB value is (148,216,141). Sum of RGB (Red+Green+Blue) = 148+216+141=505 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.31% from 505); Green value is 216 (84.77% from 255 or 42.77% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 216 - color contains mainly: green. Hex color #94D88D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D88D is #6B2772. Grayscale: #BBBBBB. Windows color (decimal): -7022451 or 9296020. OLE color: 9296020.

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

Color convert

RGB 148 216 141 -
CMYK 0.31 0 0.35 0.15
HSL 114.4º 0.49% 0.7% -
HSV(B) 114.4º 0.35% 0.85% -
XYZ 41.58 57.33 34.07 -
YUV 187.12 101.97 100.1 -
System Red Green Blue C M Y K H S L
Decimal 148 216 141 0.31 0 0.35 0.15 114.4 0.49 0.7
Hex 94 D8 8D 1F 0 23 F 72 31 46
Octal 224 330 215 37 0 43 17 162 61 106
Binary 10010100 11011000 10001101 11111 0 100011 1111 1110010 110001 1000110

Color Harmonies of #94D88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D88D

Black with #94D88D

Text Example


Text Example

White with #94D88D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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