Html Css Color HEX #9CAD02 Citrus

📋 copy color: '#9CAD02'

red 156 ◦ green 173 ◦ blue 2

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

Shades of Citrus #9CAD02

Tints of Citrus #9CAD02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 47.13%
G = 52.27%
B = 0.6%

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

#9CAD02 (or 0x9CAD02) is known color: Citrus. HEX triplet: 9C, AD and 02. RGB value is (156,173,2). Sum of RGB (Red+Green+Blue) = 156+173+2=331 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.13% from 331); Green value is 173 (67.97% from 255 or 52.27% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 173 - color contains mainly: green. Hex color #9CAD02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CAD02 is #6352FD. Grayscale: #959595. Windows color (decimal): -6509310 or 175516. OLE color: 175516.

HSL color Cylindrical-coordinate representation of color #9CAD02: hue angle of 65.96º degrees, saturation: 0.98, 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 #9CAD02 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB 156 173 2 -
CMYK 0.10 0 0.99 0.32
HSL 65.96º 0.98% 0.34% -
HSV(B) 65.96º 0.99% 0.68% -
XYZ 28.66 36.96 5.68 -
YUV 148.42 45.37 133.4 -
System Red Green Blue C M Y K H S L
Decimal 156 173 2 0.10 0 0.99 0.32 65.96 0.98 0.34
Hex 9C AD 2 A 0 63 20 42 62 22
Octal 234 255 2 12 0 143 40 102 142 42
Binary 10011100 10101101 10 1010 0 1100011 100000 1000010 1100010 100010

Color Harmonies of #9CAD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAD02

Black with #9CAD02

Text Example


Text Example

White with #9CAD02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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