Html Css Color HEX #94D08D Granny Smith Apple

📋 copy color: '#94D08D'

red 148 ◦ green 208 ◦ blue 141

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

Shades of Granny Smith Apple #94D08D

Tints of Granny Smith Apple #94D08D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.85%

 BLUE value IS 141 (55.47% from 255) = 28.37%

R = 29.78%
G = 41.85%
B = 28.37%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#94D08D (or 0x94D08D) is known color: Granny Smith Apple. HEX triplet: 94, D0 and 8D. RGB value is (148,208,141). Sum of RGB (Red+Green+Blue) = 148+208+141=497 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.78% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 208 - color contains mainly: green. Hex color #94D08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D08D is #6B2F72. Grayscale: #B6B6B6. Windows color (decimal): -7024499 or 9293972. OLE color: 9293972.

HSL color Cylindrical-coordinate representation of color #94D08D: hue angle of 113.73º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94D08D is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 148 208 141 -
CMYK 0.29 0 0.32 0.18
HSL 113.73º 0.42% 0.68% -
HSV(B) 113.73º 0.32% 0.82% -
XYZ 39.58 53.33 33.41 -
YUV 182.42 104.62 103.45 -
System Red Green Blue C M Y K H S L
Decimal 148 208 141 0.29 0 0.32 0.18 113.73 0.42 0.68
Hex 94 D0 8D 1D 0 20 12 72 2A 44
Octal 224 320 215 35 0 40 22 162 52 104
Binary 10010100 11010000 10001101 11101 0 100000 10010 1110010 101010 1000100

Color Harmonies of #94D08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D08D

Black with #94D08D

Text Example


Text Example

White with #94D08D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,208,141); }

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

background-color css

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

 a { background-color: rgb(148,208,141); }

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

border-color css

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

 span { border-color: rgb(148,208,141); }

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