Html Css Color HEX #9CAA1D Citron

📋 copy color: '#9CAA1D'

red 156 ◦ green 170 ◦ blue 29

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

Shades of Citron #9CAA1D

Tints of Citron #9CAA1D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 47.89%

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

R = 43.94%
G = 47.89%
B = 8.17%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#9CAA1D (or 0x9CAA1D) is known color: Citron. HEX triplet: 9C, AA and 1D. RGB value is (156,170,29). Sum of RGB (Red+Green+Blue) = 156+170+29=355 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.94% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 29 (11.72% from 255 or 8.17% from 355); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CAA1D is #6355E2. Grayscale: #969696. Windows color (decimal): -6510051 or 1944220. OLE color: 1944220.

HSL color Cylindrical-coordinate representation of color #9CAA1D: hue angle of 65.96º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9CAA1D is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB 156 170 29 -
CMYK 0.08 0 0.83 0.33
HSL 65.96º 0.71% 0.39% -
HSV(B) 65.96º 0.83% 0.67% -
XYZ 28.31 35.91 6.6 -
YUV 149.74 59.86 132.46 -
System Red Green Blue C M Y K H S L
Decimal 156 170 29 0.08 0 0.83 0.33 65.96 0.71 0.39
Hex 9C AA 1D 8 0 53 21 42 47 27
Octal 234 252 35 10 0 123 41 102 107 47
Binary 10011100 10101010 11101 1000 0 1010011 100001 1000010 1000111 100111

Color Harmonies of #9CAA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAA1D

Black with #9CAA1D

Text Example


Text Example

White with #9CAA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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