Html Css Color HEX #94D393 Granny Smith Apple

📋 copy color: '#94D393'

red 148 ◦ green 211 ◦ blue 147

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

Shades of Granny Smith Apple #94D393

Tints of Granny Smith Apple #94D393

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.7%

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

R = 29.25%
G = 41.7%
B = 29.05%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#94D393 (or 0x94D393) is known color: Granny Smith Apple. HEX triplet: 94, D3 and 93. RGB value is (148,211,147). Sum of RGB (Red+Green+Blue) = 148+211+147=506 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.25% from 506); Green value is 211 (82.81% from 255 or 41.70% from 506); Blue value is 147 (57.81% from 255 or 29.05% from 506); Max value from RGB is 211 - color contains mainly: green. Hex color #94D393 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D393 is #6B2C6C. Grayscale: #B9B9B9. Windows color (decimal): -7023725 or 9687956. OLE color: 9687956.

HSL color Cylindrical-coordinate representation of color #94D393: hue angle of 119.06º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94D393 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 148 211 147 -
CMYK 0.30 0 0.30 0.17
HSL 119.06º 0.42% 0.7% -
HSV(B) 119.06º 0.3% 0.83% -
XYZ 40.77 54.99 36.07 -
YUV 184.87 106.63 101.7 -
System Red Green Blue C M Y K H S L
Decimal 148 211 147 0.30 0 0.30 0.17 119.06 0.42 0.7
Hex 94 D3 93 1E 0 1E 11 77 2A 46
Octal 224 323 223 36 0 36 21 167 52 106
Binary 10010100 11010011 10010011 11110 0 11110 10001 1110111 101010 1000110

Color Harmonies of #94D393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D393

Black with #94D393

Text Example


Text Example

White with #94D393

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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