Html Css Color HEX #9CAA07 Citrus

📋 copy color: '#9CAA07'

red 156 ◦ green 170 ◦ blue 7

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

Shades of Citrus #9CAA07

Tints of Citrus #9CAA07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.1%

R = 46.85%
G = 51.05%
B = 2.1%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#9CAA07 (or 0x9CAA07) is known color: Citrus. HEX triplet: 9C, AA and 07. RGB value is (156,170,7). Sum of RGB (Red+Green+Blue) = 156+170+7=333 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.85% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 7 (3.12% from 255 or 2.10% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CAA07 is #6355F8. Grayscale: #939393. Windows color (decimal): -6510073 or 502428. OLE color: 502428.

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

Color convert

RGB 156 170 7 -
CMYK 0.08 0 0.96 0.33
HSL 65.15º 0.92% 0.35% -
HSV(B) 65.15º 0.96% 0.67% -
XYZ 28.12 35.83 5.64 -
YUV 147.23 48.86 134.25 -
System Red Green Blue C M Y K H S L
Decimal 156 170 7 0.08 0 0.96 0.33 65.15 0.92 0.35
Hex 9C AA 7 8 0 60 21 41 5C 23
Octal 234 252 7 10 0 140 41 101 134 43
Binary 10011100 10101010 111 1000 0 1100000 100001 1000001 1011100 100011

Color Harmonies of #9CAA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAA07

Black with #9CAA07

Text Example


Text Example

White with #9CAA07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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