Html Css Color HEX #9CAD0D Citrus

📋 copy color: '#9CAD0D'

red 156 ◦ green 173 ◦ blue 13

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

Shades of Citrus #9CAD0D

Tints of Citrus #9CAD0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.8%

R = 45.61%
G = 50.58%
B = 3.8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#9CAD0D (or 0x9CAD0D) is known color: Citrus. HEX triplet: 9C, AD and 0D. RGB value is (156,173,13). Sum of RGB (Red+Green+Blue) = 156+173+13=342 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.61% from 342); Green value is 173 (67.97% from 255 or 50.58% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 173 - color contains mainly: green. Hex color #9CAD0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CAD0D is #6352F2. Grayscale: #969696. Windows color (decimal): -6509299 or 896412. OLE color: 896412.

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

Color convert

RGB 156 173 13 -
CMYK 0.10 0 0.92 0.32
HSL 66.38º 0.86% 0.36% -
HSV(B) 66.38º 0.92% 0.68% -
XYZ 28.73 36.98 6.01 -
YUV 149.68 50.87 132.51 -
System Red Green Blue C M Y K H S L
Decimal 156 173 13 0.10 0 0.92 0.32 66.38 0.86 0.36
Hex 9C AD D A 0 5C 20 42 56 24
Octal 234 255 15 12 0 134 40 102 126 44
Binary 10011100 10101101 1101 1010 0 1011100 100000 1000010 1010110 100100

Color Harmonies of #9CAD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAD0D

Black with #9CAD0D

Text Example


Text Example

White with #9CAD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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