Html Css Color HEX #9CAC01 Citrus

📋 copy color: '#9CAC01'

red 156 ◦ green 172 ◦ blue 1

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

Shades of Citrus #9CAC01

Tints of Citrus #9CAC01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 47.42%
G = 52.28%
B = 0.3%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#9CAC01 (or 0x9CAC01) is known color: Citrus. HEX triplet: 9C, AC and 01. RGB value is (156,172,1). Sum of RGB (Red+Green+Blue) = 156+172+1=329 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.42% from 329); Green value is 172 (67.58% from 255 or 52.28% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 172 - color contains mainly: green. Hex color #9CAC01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CAC01 is #6353FE. Grayscale: #949494. Windows color (decimal): -6509567 or 109724. OLE color: 109724.

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

Color convert

RGB 156 172 1 -
CMYK 0.09 0 0.99 0.33
HSL 65.61º 0.99% 0.34% -
HSV(B) 65.61º 0.99% 0.67% -
XYZ 28.47 36.58 5.59 -
YUV 147.72 45.2 133.9 -
System Red Green Blue C M Y K H S L
Decimal 156 172 1 0.09 0 0.99 0.33 65.61 0.99 0.34
Hex 9C AC 1 9 0 63 21 42 63 22
Octal 234 254 1 11 0 143 41 102 143 42
Binary 10011100 10101100 1 1001 0 1100011 100001 1000010 1100011 100010

Color Harmonies of #9CAC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAC01

Black with #9CAC01

Text Example


Text Example

White with #9CAC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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