Html Css Color HEX #94DC8E Granny Smith Apple

📋 copy color: '#94DC8E'

red 148 ◦ green 220 ◦ blue 142

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

Shades of Granny Smith Apple #94DC8E

Tints of Granny Smith Apple #94DC8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.84%

R = 29.02%
G = 43.14%
B = 27.84%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#94DC8E (or 0x94DC8E) is known color: Granny Smith Apple. HEX triplet: 94, DC and 8E. RGB value is (148,220,142). Sum of RGB (Red+Green+Blue) = 148+220+142=510 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.02% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 142 (55.86% from 255 or 27.84% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #94DC8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DC8E is #6B2371. Grayscale: #BDBDBD. Windows color (decimal): -7021426 or 9362580. OLE color: 9362580.

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

Color convert

RGB 148 220 142 -
CMYK 0.33 0 0.35 0.14
HSL 115.38º 0.53% 0.71% -
HSV(B) 115.38º 0.35% 0.86% -
XYZ 42.69 59.44 34.81 -
YUV 189.58 101.15 98.34 -
System Red Green Blue C M Y K H S L
Decimal 148 220 142 0.33 0 0.35 0.14 115.38 0.53 0.71
Hex 94 DC 8E 21 0 23 E 73 35 47
Octal 224 334 216 41 0 43 16 163 65 107
Binary 10010100 11011100 10001110 100001 0 100011 1110 1110011 110101 1000111

Color Harmonies of #94DC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DC8E

Black with #94DC8E

Text Example


Text Example

White with #94DC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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