#9CA918

Color #9CA918 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #9CA918

Tints of Citrus #9CA918

Color information

#9CA918 (or 0x9CA918) is unknown color: approx Citrus. HEX triplet: 9C, A9 and 18. RGB value is (156,169,24). Sum of RGB (Red+Green+Blue) = 156+169+24=349 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.70% from 349); Green value is 169 (66.41% from 255 or 48.42% from 349); Blue value is 24 (9.77% from 255 or 6.88% from 349); Max value from RGB is 169 - color contains mainly: green. Hex color #9CA918 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CA918 is #6356E7. Grayscale: #959595. Windows color (decimal): -6510312 or 1616284. OLE color: 1616284.

HSL color Cylindrical-coordinate representation of color #9CA918: hue angle of 65.38º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9CA918 is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB15616924-
CMYK0.0800.860.34
HSL65.38º75.13%37.84%-
HSV(B)65.38º85.8%66.27%-
XYZ28.0635.516.24-
YUV148.5857.69133.29-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.70%
GREEN value IS 169 (66.41% from 255) = 48.42%
BLUE value IS 24 (9.77% from 255) = 6.88%
R=44.70%
G=48.42%
B=6.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal156169240.0800.860.3465.3875.1337.84
Hex9CA918805622414b26
Octal234251301001264210111346
Binary10011100101010011100010000101011010001010000011001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,169,24); }

 H1.HeaderClassName
 {
   color: #9CA918;
 }
 .AnyTagClassName
 {
   color: #9CA918;
 }
</style>
background-color css

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

 a { background-color: rgb(156,169,24); }

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

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

 span { border-color: rgb(156,169,24); }

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