Html Css Color HEX #9CAC0F Citrus

📋 copy color: '#9CAC0F'

red 156 ◦ green 172 ◦ blue 15

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

Shades of Citrus #9CAC0F

Tints of Citrus #9CAC0F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 50.15%

 BLUE value IS 15 (6.25% from 255) = 4.37%

R = 45.48%
G = 50.15%
B = 4.37%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#9CAC0F (or 0x9CAC0F) is known color: Citrus. HEX triplet: 9C, AC and 0F. RGB value is (156,172,15). Sum of RGB (Red+Green+Blue) = 156+172+15=343 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.48% from 343); Green value is 172 (67.58% from 255 or 50.15% from 343); Blue value is 15 (6.25% from 255 or 4.37% from 343); Max value from RGB is 172 - color contains mainly: green. Hex color #9CAC0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CAC0F is #6353F0. Grayscale: #959595. Windows color (decimal): -6509553 or 1027228. OLE color: 1027228.

HSL color Cylindrical-coordinate representation of color #9CAC0F: hue angle of 66.11º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9CAC0F is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 156 172 15 -
CMYK 0.09 0 0.91 0.33
HSL 66.11º 0.84% 0.37% -
HSV(B) 66.11º 0.91% 0.67% -
XYZ 28.55 36.61 6.01 -
YUV 149.32 52.2 132.77 -
System Red Green Blue C M Y K H S L
Decimal 156 172 15 0.09 0 0.91 0.33 66.11 0.84 0.37
Hex 9C AC F 9 0 5B 21 42 54 25
Octal 234 254 17 11 0 133 41 102 124 45
Binary 10011100 10101100 1111 1001 0 1011011 100001 1000010 1010100 100101

Color Harmonies of #9CAC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAC0F

Black with #9CAC0F

Text Example


Text Example

White with #9CAC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,172,15); }

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

background-color css

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

 a { background-color: rgb(156,172,15); }

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

border-color css

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

 span { border-color: rgb(156,172,15); }

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