Html Css Color HEX #94D195 Granny Smith Apple

📋 copy color: '#94D195'

red 148 ◦ green 209 ◦ blue 149

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

Shades of Granny Smith Apple #94D195

Tints of Granny Smith Apple #94D195

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.3%

 BLUE value IS 149 (58.59% from 255) = 29.45%

R = 29.25%
G = 41.3%
B = 29.45%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#94D195 (or 0x94D195) is known color: Granny Smith Apple. HEX triplet: 94, D1 and 95. RGB value is (148,209,149). Sum of RGB (Red+Green+Blue) = 148+209+149=506 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.25% from 506); Green value is 209 (82.03% from 255 or 41.30% from 506); Blue value is 149 (58.59% from 255 or 29.45% from 506); Max value from RGB is 209 - color contains mainly: green. Hex color #94D195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D195 is #6B2E6A. Grayscale: #B8B8B8. Windows color (decimal): -7024235 or 9818516. OLE color: 9818516.

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

Color convert

RGB 148 209 149 -
CMYK 0.29 0 0.29 0.18
HSL 120.98º 0.4% 0.7% -
HSV(B) 120.98º 0.29% 0.82% -
XYZ 40.44 54.07 36.74 -
YUV 183.92 108.29 102.38 -
System Red Green Blue C M Y K H S L
Decimal 148 209 149 0.29 0 0.29 0.18 120.98 0.4 0.7
Hex 94 D1 95 1D 0 1D 12 79 28 46
Octal 224 321 225 35 0 35 22 171 50 106
Binary 10010100 11010001 10010101 11101 0 11101 10010 1111001 101000 1000110

Color Harmonies of #94D195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D195

Black with #94D195

Text Example


Text Example

White with #94D195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,209,149); }

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

background-color css

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

 a { background-color: rgb(148,209,149); }

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

border-color css

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

 span { border-color: rgb(148,209,149); }

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