Html Css Color HEX #9CAC1F Citron

📋 copy color: '#9CAC1F'

red 156 ◦ green 172 ◦ blue 31

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

Shades of Citron #9CAC1F

Tints of Citron #9CAC1F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 47.91%

 BLUE value IS 31 (12.5% from 255) = 8.64%

R = 43.45%
G = 47.91%
B = 8.64%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#9CAC1F (or 0x9CAC1F) is known color: Citron. HEX triplet: 9C, AC and 1F. RGB value is (156,172,31). Sum of RGB (Red+Green+Blue) = 156+172+31=359 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.45% from 359); Green value is 172 (67.58% from 255 or 47.91% from 359); Blue value is 31 (12.5% from 255 or 8.64% from 359); Max value from RGB is 172 - color contains mainly: green. Hex color #9CAC1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CAC1F is #6353E0. Grayscale: #979797. Windows color (decimal): -6509537 or 2075804. OLE color: 2075804.

HSL color Cylindrical-coordinate representation of color #9CAC1F: hue angle of 66.81º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9CAC1F is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 156 172 31 -
CMYK 0.09 0 0.82 0.33
HSL 66.81º 0.69% 0.4% -
HSV(B) 66.81º 0.82% 0.67% -
XYZ 28.71 36.67 6.86 -
YUV 151.14 60.2 131.46 -
System Red Green Blue C M Y K H S L
Decimal 156 172 31 0.09 0 0.82 0.33 66.81 0.69 0.4
Hex 9C AC 1F 9 0 52 21 43 45 28
Octal 234 254 37 11 0 122 41 103 105 50
Binary 10011100 10101100 11111 1001 0 1010010 100001 1000011 1000101 101000

Color Harmonies of #9CAC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAC1F

Black with #9CAC1F

Text Example


Text Example

White with #9CAC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,172,31); }

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

background-color css

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

 a { background-color: rgb(156,172,31); }

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

border-color css

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

 span { border-color: rgb(156,172,31); }

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