Html Css Color HEX #94DC93 Granny Smith Apple

📋 copy color: '#94DC93'

red 148 ◦ green 220 ◦ blue 147

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

Shades of Granny Smith Apple #94DC93

Tints of Granny Smith Apple #94DC93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.54%

R = 28.74%
G = 42.72%
B = 28.54%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#94DC93 (or 0x94DC93) is known color: Granny Smith Apple. HEX triplet: 94, DC and 93. RGB value is (148,220,147). Sum of RGB (Red+Green+Blue) = 148+220+147=515 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.74% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #94DC93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DC93 is #6B236C. Grayscale: #BEBEBE. Windows color (decimal): -7021421 or 9690260. OLE color: 9690260.

HSL color Cylindrical-coordinate representation of color #94DC93: hue angle of 119.18º 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 #94DC93 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 220 147 -
CMYK 0.33 0 0.33 0.14
HSL 119.18º 0.51% 0.72% -
HSV(B) 119.18º 0.33% 0.86% -
XYZ 43.07 59.59 36.84 -
YUV 190.15 103.65 97.94 -
System Red Green Blue C M Y K H S L
Decimal 148 220 147 0.33 0 0.33 0.14 119.18 0.51 0.72
Hex 94 DC 93 21 0 21 E 77 33 48
Octal 224 334 223 41 0 41 16 167 63 110
Binary 10010100 11011100 10010011 100001 0 100001 1110 1110111 110011 1001000

Color Harmonies of #94DC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DC93

Black with #94DC93

Text Example


Text Example

White with #94DC93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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