Html Css Color HEX #94DA93 Granny Smith Apple

📋 copy color: '#94DA93'

red 148 ◦ green 218 ◦ blue 147

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

Shades of Granny Smith Apple #94DA93

Tints of Granny Smith Apple #94DA93

RGB

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

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

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

R = 28.85%
G = 42.5%
B = 28.65%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#94DA93 (or 0x94DA93) is known color: Granny Smith Apple. HEX triplet: 94, DA and 93. RGB value is (148,218,147). Sum of RGB (Red+Green+Blue) = 148+218+147=513 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.85% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 147 (57.81% from 255 or 28.65% from 513); Max value from RGB is 218 - color contains mainly: green. Hex color #94DA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DA93 is #6B256C. Grayscale: #BDBDBD. Windows color (decimal): -7021933 or 9689748. OLE color: 9689748.

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

Color convert

RGB 148 218 147 -
CMYK 0.32 0 0.33 0.15
HSL 119.15º 0.49% 0.72% -
HSV(B) 119.15º 0.33% 0.85% -
XYZ 42.55 58.55 36.66 -
YUV 188.98 104.31 98.77 -
System Red Green Blue C M Y K H S L
Decimal 148 218 147 0.32 0 0.33 0.15 119.15 0.49 0.72
Hex 94 DA 93 20 0 21 F 77 31 48
Octal 224 332 223 40 0 41 17 167 61 110
Binary 10010100 11011010 10010011 100000 0 100001 1111 1110111 110001 1001000

Color Harmonies of #94DA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DA93

Black with #94DA93

Text Example


Text Example

White with #94DA93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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