Html Css Color HEX #9CAD1D Citrus

📋 copy color: '#9CAD1D'

red 156 ◦ green 173 ◦ blue 29

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

Shades of Citrus #9CAD1D

Tints of Citrus #9CAD1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.1%

R = 43.58%
G = 48.32%
B = 8.1%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#9CAD1D (or 0x9CAD1D) is known color: Citrus. HEX triplet: 9C, AD and 1D. RGB value is (156,173,29). Sum of RGB (Red+Green+Blue) = 156+173+29=358 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.58% from 358); Green value is 173 (67.97% from 255 or 48.32% from 358); Blue value is 29 (11.72% from 255 or 8.10% from 358); Max value from RGB is 173 - color contains mainly: green. Hex color #9CAD1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CAD1D is #6352E2. Grayscale: #989898. Windows color (decimal): -6509283 or 1944988. OLE color: 1944988.

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

Color convert

RGB 156 173 29 -
CMYK 0.10 0 0.83 0.32
HSL 67.08º 0.71% 0.4% -
HSV(B) 67.08º 0.83% 0.68% -
XYZ 28.88 37.04 6.79 -
YUV 151.5 58.87 131.21 -
System Red Green Blue C M Y K H S L
Decimal 156 173 29 0.10 0 0.83 0.32 67.08 0.71 0.4
Hex 9C AD 1D A 0 53 20 43 47 28
Octal 234 255 35 12 0 123 40 103 107 50
Binary 10011100 10101101 11101 1010 0 1010011 100000 1000011 1000111 101000

Color Harmonies of #9CAD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAD1D

Black with #9CAD1D

Text Example


Text Example

White with #9CAD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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