Html Css Color HEX #94A24C Green Smoke

📋 copy color: '#94A24C'

red 148 ◦ green 162 ◦ blue 76

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

Shades of Green Smoke #94A24C

Tints of Green Smoke #94A24C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.97%

 BLUE value IS 76 (30.08% from 255) = 19.69%

R = 38.34%
G = 41.97%
B = 19.69%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#94A24C (or 0x94A24C) is known color: Green Smoke. HEX triplet: 94, A2 and 4C. RGB value is (148,162,76). Sum of RGB (Red+Green+Blue) = 148+162+76=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 76 (30.08% from 255 or 19.69% from 386); Max value from RGB is 162 - color contains mainly: green. Hex color #94A24C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A24C is #6B5DB3. Grayscale: #949494. Windows color (decimal): -7036340 or 5022356. OLE color: 5022356.

HSL color Cylindrical-coordinate representation of color #94A24C: hue angle of 69.77º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #94A24C is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB 148 162 76 -
CMYK 0.09 0 0.53 0.36
HSL 69.77º 0.36% 0.47% -
HSV(B) 69.77º 0.53% 0.64% -
XYZ 26.44 32.66 11.75 -
YUV 148.01 87.36 127.99 -
System Red Green Blue C M Y K H S L
Decimal 148 162 76 0.09 0 0.53 0.36 69.77 0.36 0.47
Hex 94 A2 4C 9 0 35 24 46 24 2F
Octal 224 242 114 11 0 65 44 106 44 57
Binary 10010100 10100010 1001100 1001 0 110101 100100 1000110 100100 101111

Color Harmonies of #94A24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A24C

Black with #94A24C

Text Example


Text Example

White with #94A24C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,162,76); }

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

background-color css

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

 a { background-color: rgb(148,162,76); }

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

border-color css

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

 span { border-color: rgb(148,162,76); }

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