Html Css Color HEX #9AB04A Green Smoke

📋 copy color: '#9AB04A'

red 154 ◦ green 176 ◦ blue 74

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

Shades of Green Smoke #9AB04A

Tints of Green Smoke #9AB04A

RGB

 RED value IS 154 (60.55% from 255) = 38.12%

 GREEN value IS 176 (69.14% from 255) = 43.56%

 BLUE value IS 74 (29.3% from 255) = 18.32%

R = 38.12%
G = 43.56%
B = 18.32%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#9AB04A (or 0x9AB04A) is known color: Green Smoke. HEX triplet: 9A, B0 and 4A. RGB value is (154,176,74). Sum of RGB (Red+Green+Blue) = 154+176+74=404 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.12% from 404); Green value is 176 (69.14% from 255 or 43.56% from 404); Blue value is 74 (29.30% from 255 or 18.32% from 404); Max value from RGB is 176 - color contains mainly: green. Hex color #9AB04A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AB04A is #654FB5. Grayscale: #9E9E9E. Windows color (decimal): -6639542 or 4894874. OLE color: 4894874.

HSL color Cylindrical-coordinate representation of color #9AB04A: hue angle of 72.94º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9AB04A is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 154 176 74 -
CMYK 0.12 0 0.58 0.31
HSL 72.94º 0.41% 0.49% -
HSV(B) 72.94º 0.58% 0.69% -
XYZ 30.09 38.42 12.31 -
YUV 157.79 80.71 125.29 -
System Red Green Blue C M Y K H S L
Decimal 154 176 74 0.12 0 0.58 0.31 72.94 0.41 0.49
Hex 9A B0 4A C 0 3A 1F 49 29 31
Octal 232 260 112 14 0 72 37 111 51 61
Binary 10011010 10110000 1001010 1100 0 111010 11111 1001001 101001 110001

Color Harmonies of #9AB04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB04A

Black with #9AB04A

Text Example


Text Example

White with #9AB04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AB04A; }

 p { color: rgb(154,176,74); }

 H1.HeaderClassName
 {
   color: #9AB04A;
 }
 .AnyTagClassName
 {
   color: #9AB04A;
 }
</style>

background-color css

<style>
 a { background-color: #9AB04A; }

 a { background-color: rgb(154,176,74); }

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

border-color css

<style>
 span { border-color: #9AB04A; }

 span { border-color: rgb(154,176,74); }

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