Html Css Color HEX #9CAD01 Citrus

📋 copy color: '#9CAD01'

red 156 ◦ green 173 ◦ blue 1

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

Shades of Citrus #9CAD01

Tints of Citrus #9CAD01

RGB

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

 GREEN value IS 173 (67.97% from 255) = 52.42%

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

R = 47.27%
G = 52.42%
B = 0.3%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#9CAD01 (or 0x9CAD01) is known color: Citrus. HEX triplet: 9C, AD and 01. RGB value is (156,173,1). Sum of RGB (Red+Green+Blue) = 156+173+1=330 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.27% from 330); Green value is 173 (67.97% from 255 or 52.42% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 173 - color contains mainly: green. Hex color #9CAD01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CAD01 is #6352FE. Grayscale: #949494. Windows color (decimal): -6509311 or 109980. OLE color: 109980.

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

Color convert

RGB 156 173 1 -
CMYK 0.10 0 0.99 0.32
HSL 65.93º 0.99% 0.34% -
HSV(B) 65.93º 0.99% 0.68% -
XYZ 28.66 36.96 5.65 -
YUV 148.31 44.87 133.49 -
System Red Green Blue C M Y K H S L
Decimal 156 173 1 0.10 0 0.99 0.32 65.93 0.99 0.34
Hex 9C AD 1 A 0 63 20 42 63 22
Octal 234 255 1 12 0 143 40 102 143 42
Binary 10011100 10101101 1 1010 0 1100011 100000 1000010 1100011 100010

Color Harmonies of #9CAD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAD01

Black with #9CAD01

Text Example


Text Example

White with #9CAD01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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