Html Css Color HEX #94DA8C Granny Smith Apple

📋 copy color: '#94DA8C'

red 148 ◦ green 218 ◦ blue 140

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

Shades of Granny Smith Apple #94DA8C

Tints of Granny Smith Apple #94DA8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.67%

R = 29.25%
G = 43.08%
B = 27.67%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#94DA8C (or 0x94DA8C) is known color: Granny Smith Apple. HEX triplet: 94, DA and 8C. RGB value is (148,218,140). Sum of RGB (Red+Green+Blue) = 148+218+140=506 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.25% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 218 - color contains mainly: green. Hex color #94DA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DA8C is #6B2573. Grayscale: #BCBCBC. Windows color (decimal): -7021940 or 9230996. OLE color: 9230996.

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

Color convert

RGB 148 218 140 -
CMYK 0.32 0 0.36 0.15
HSL 113.85º 0.51% 0.7% -
HSV(B) 113.85º 0.36% 0.85% -
XYZ 42.02 58.33 33.86 -
YUV 188.18 100.81 99.34 -
System Red Green Blue C M Y K H S L
Decimal 148 218 140 0.32 0 0.36 0.15 113.85 0.51 0.7
Hex 94 DA 8C 20 0 24 F 72 33 46
Octal 224 332 214 40 0 44 17 162 63 106
Binary 10010100 11011010 10001100 100000 0 100100 1111 1110010 110011 1000110

Color Harmonies of #94DA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DA8C

Black with #94DA8C

Text Example


Text Example

White with #94DA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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