Html Css Color HEX #94D48A Granny Smith Apple

📋 copy color: '#94D48A'

red 148 ◦ green 212 ◦ blue 138

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

Shades of Granny Smith Apple #94D48A

Tints of Granny Smith Apple #94D48A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.57%

 BLUE value IS 138 (54.3% from 255) = 27.71%

R = 29.72%
G = 42.57%
B = 27.71%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#94D48A (or 0x94D48A) is known color: Granny Smith Apple. HEX triplet: 94, D4 and 8A. RGB value is (148,212,138). Sum of RGB (Red+Green+Blue) = 148+212+138=498 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.72% from 498); Green value is 212 (83.20% from 255 or 42.57% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 212 - color contains mainly: green. Hex color #94D48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D48A is #6B2B75. Grayscale: #B8B8B8. Windows color (decimal): -7023478 or 9098388. OLE color: 9098388.

HSL color Cylindrical-coordinate representation of color #94D48A: hue angle of 111.89º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94D48A is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB 148 212 138 -
CMYK 0.30 0 0.35 0.17
HSL 111.89º 0.46% 0.69% -
HSV(B) 111.89º 0.35% 0.83% -
XYZ 40.34 55.22 32.58 -
YUV 184.43 101.8 102.02 -
System Red Green Blue C M Y K H S L
Decimal 148 212 138 0.30 0 0.35 0.17 111.89 0.46 0.69
Hex 94 D4 8A 1E 0 23 11 70 2E 45
Octal 224 324 212 36 0 43 21 160 56 105
Binary 10010100 11010100 10001010 11110 0 100011 10001 1110000 101110 1000101

Color Harmonies of #94D48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D48A

Black with #94D48A

Text Example


Text Example

White with #94D48A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,212,138); }

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

background-color css

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

 a { background-color: rgb(148,212,138); }

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

border-color css

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

 span { border-color: rgb(148,212,138); }

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