Html Css Color HEX #94DA86 Granny Smith Apple

📋 copy color: '#94DA86'

red 148 ◦ green 218 ◦ blue 134

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

Shades of Granny Smith Apple #94DA86

Tints of Granny Smith Apple #94DA86

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.6%

 BLUE value IS 134 (52.73% from 255) = 26.8%

R = 29.6%
G = 43.6%
B = 26.8%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#94DA86 (or 0x94DA86) is known color: Granny Smith Apple. HEX triplet: 94, DA and 86. RGB value is (148,218,134). Sum of RGB (Red+Green+Blue) = 148+218+134=500 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.6% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 134 (52.73% from 255 or 26.8% from 500); Max value from RGB is 218 - color contains mainly: green. Hex color #94DA86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DA86 is #6B2579. Grayscale: #BBBBBB. Windows color (decimal): -7021946 or 8837780. OLE color: 8837780.

HSL color Cylindrical-coordinate representation of color #94DA86: hue angle of 110º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94DA86 is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 218 134 -
CMYK 0.32 0 0.39 0.15
HSL 110º 0.53% 0.69% -
HSV(B) 110º 0.39% 0.85% -
XYZ 41.59 58.16 31.59 -
YUV 187.49 97.81 99.83 -
System Red Green Blue C M Y K H S L
Decimal 148 218 134 0.32 0 0.39 0.15 110 0.53 0.69
Hex 94 DA 86 20 0 27 F 6E 35 45
Octal 224 332 206 40 0 47 17 156 65 105
Binary 10010100 11011010 10000110 100000 0 100111 1111 1101110 110101 1000101

Color Harmonies of #94DA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DA86

Black with #94DA86

Text Example


Text Example

White with #94DA86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,218,134); }

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

background-color css

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

 a { background-color: rgb(148,218,134); }

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

border-color css

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

 span { border-color: rgb(148,218,134); }

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