Html Css Color HEX #94DC99 Granny Smith Apple

📋 copy color: '#94DC99'

red 148 ◦ green 220 ◦ blue 153

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

Shades of Granny Smith Apple #94DC99

Tints of Granny Smith Apple #94DC99

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.23%

 BLUE value IS 153 (60.16% from 255) = 29.37%

R = 28.41%
G = 42.23%
B = 29.37%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#94DC99 (or 0x94DC99) is known color: Granny Smith Apple. HEX triplet: 94, DC and 99. RGB value is (148,220,153). Sum of RGB (Red+Green+Blue) = 148+220+153=521 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.41% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 153 (60.16% from 255 or 29.37% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #94DC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DC99 is #6B2366. Grayscale: #BFBFBF. Windows color (decimal): -7021415 or 10083476. OLE color: 10083476.

HSL color Cylindrical-coordinate representation of color #94DC99: hue angle of 124.17º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94DC99 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 220 153 -
CMYK 0.33 0 0.30 0.14
HSL 124.17º 0.51% 0.72% -
HSV(B) 124.17º 0.33% 0.86% -
XYZ 43.56 59.78 39.38 -
YUV 190.83 106.65 97.45 -
System Red Green Blue C M Y K H S L
Decimal 148 220 153 0.33 0 0.30 0.14 124.17 0.51 0.72
Hex 94 DC 99 21 0 1E E 7C 33 48
Octal 224 334 231 41 0 36 16 174 63 110
Binary 10010100 11011100 10011001 100001 0 11110 1110 1111100 110011 1001000

Color Harmonies of #94DC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DC99

Black with #94DC99

Text Example


Text Example

White with #94DC99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,220,153); }

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

background-color css

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

 a { background-color: rgb(148,220,153); }

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

border-color css

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

 span { border-color: rgb(148,220,153); }

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