Html Css Color HEX #9CAE5A Green Smoke

📋 copy color: '#9CAE5A'

red 156 ◦ green 174 ◦ blue 90

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

Shades of Green Smoke #9CAE5A

Tints of Green Smoke #9CAE5A

RGB

 RED value IS 156 (61.33% from 255) = 37.14%

 GREEN value IS 174 (68.36% from 255) = 41.43%

 BLUE value IS 90 (35.55% from 255) = 21.43%

R = 37.14%
G = 41.43%
B = 21.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#9CAE5A (or 0x9CAE5A) is known color: Green Smoke. HEX triplet: 9C, AE and 5A. RGB value is (156,174,90). Sum of RGB (Red+Green+Blue) = 156+174+90=420 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.14% from 420); Green value is 174 (68.36% from 255 or 41.43% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 174 - color contains mainly: green. Hex color #9CAE5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAE5A is #6351A5. Grayscale: #9F9F9F. Windows color (decimal): -6508966 or 5942940. OLE color: 5942940.

HSL color Cylindrical-coordinate representation of color #9CAE5A: hue angle of 72.86º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9CAE5A is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB 156 174 90 -
CMYK 0.10 0 0.48 0.32
HSL 72.86º 0.34% 0.52% -
HSV(B) 72.86º 0.48% 0.68% -
XYZ 30.69 38.08 15.41 -
YUV 159.04 89.04 125.83 -
System Red Green Blue C M Y K H S L
Decimal 156 174 90 0.10 0 0.48 0.32 72.86 0.34 0.52
Hex 9C AE 5A A 0 30 20 49 22 34
Octal 234 256 132 12 0 60 40 111 42 64
Binary 10011100 10101110 1011010 1010 0 110000 100000 1001001 100010 110100

Color Harmonies of #9CAE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAE5A

Black with #9CAE5A

Text Example


Text Example

White with #9CAE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,174,90); }

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

background-color css

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

 a { background-color: rgb(156,174,90); }

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

border-color css

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

 span { border-color: rgb(156,174,90); }

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