Html Css Color HEX #9CAA2A Citron

📋 copy color: '#9CAA2A'

red 156 ◦ green 170 ◦ blue 42

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

Shades of Citron #9CAA2A

Tints of Citron #9CAA2A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 46.2%

 BLUE value IS 42 (16.8% from 255) = 11.41%

R = 42.39%
G = 46.2%
B = 11.41%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#9CAA2A (or 0x9CAA2A) is known color: Citron. HEX triplet: 9C, AA and 2A. RGB value is (156,170,42). Sum of RGB (Red+Green+Blue) = 156+170+42=368 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.39% from 368); Green value is 170 (66.80% from 255 or 46.20% from 368); Blue value is 42 (16.80% from 255 or 11.41% from 368); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CAA2A is #6355D5. Grayscale: #979797. Windows color (decimal): -6510038 or 2796188. OLE color: 2796188.

HSL color Cylindrical-coordinate representation of color #9CAA2A: hue angle of 66.56º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9CAA2A is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 156 170 42 -
CMYK 0.08 0 0.75 0.33
HSL 66.56º 0.6% 0.42% -
HSV(B) 66.56º 0.75% 0.67% -
XYZ 28.5 35.98 7.63 -
YUV 151.22 66.36 131.41 -
System Red Green Blue C M Y K H S L
Decimal 156 170 42 0.08 0 0.75 0.33 66.56 0.6 0.42
Hex 9C AA 2A 8 0 4B 21 43 3C 2A
Octal 234 252 52 10 0 113 41 103 74 52
Binary 10011100 10101010 101010 1000 0 1001011 100001 1000011 111100 101010

Color Harmonies of #9CAA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAA2A

Black with #9CAA2A

Text Example


Text Example

White with #9CAA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,170,42); }

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

background-color css

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

 a { background-color: rgb(156,170,42); }

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

border-color css

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

 span { border-color: rgb(156,170,42); }

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