Html Css Color HEX #94DA89 Granny Smith Apple

📋 copy color: '#94DA89'

red 148 ◦ green 218 ◦ blue 137

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

Shades of Granny Smith Apple #94DA89

Tints of Granny Smith Apple #94DA89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.24%

R = 29.42%
G = 43.34%
B = 27.24%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#94DA89 (or 0x94DA89) is known color: Granny Smith Apple. HEX triplet: 94, DA and 89. RGB value is (148,218,137). Sum of RGB (Red+Green+Blue) = 148+218+137=503 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.42% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 137 (53.91% from 255 or 27.24% from 503); Max value from RGB is 218 - color contains mainly: green. Hex color #94DA89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DA89 is #6B2576. Grayscale: #BCBCBC. Windows color (decimal): -7021943 or 9034388. OLE color: 9034388.

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

Color convert

RGB 148 218 137 -
CMYK 0.32 0 0.37 0.15
HSL 111.85º 0.52% 0.7% -
HSV(B) 111.85º 0.37% 0.85% -
XYZ 41.8 58.24 32.71 -
YUV 187.84 99.31 99.59 -
System Red Green Blue C M Y K H S L
Decimal 148 218 137 0.32 0 0.37 0.15 111.85 0.52 0.7
Hex 94 DA 89 20 0 25 F 70 34 46
Octal 224 332 211 40 0 45 17 160 64 106
Binary 10010100 11011010 10001001 100000 0 100101 1111 1110000 110100 1000110

Color Harmonies of #94DA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DA89

Black with #94DA89

Text Example


Text Example

White with #94DA89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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