#9DA918

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

Shades of Citrus #9DA918

Tints of Citrus #9DA918

Color information

#9DA918 (or 0x9DA918) is unknown color: approx Citrus. HEX triplet: 9D, A9 and 18. RGB value is (157,169,24). Sum of RGB (Red+Green+Blue) = 157+169+24=350 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.86% from 350); Green value is 169 (66.41% from 255 or 48.29% from 350); Blue value is 24 (9.77% from 255 or 6.86% from 350); Max value from RGB is 169 - color contains mainly: green. Hex color #9DA918 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA918 is #6256E7. Grayscale: #959595. Windows color (decimal): -6444776 or 1616285. OLE color: 1616285.

HSL color Cylindrical-coordinate representation of color #9DA918: hue angle of 64.97º 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 #9DA918 is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB15716924-
CMYK0.0700.860.34
HSL64.97º75.13%37.84%-
HSV(B)64.97º85.8%66.27%-
XYZ28.2635.616.25-
YUV148.8857.52133.79-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.86%
GREEN value IS 169 (66.41% from 255) = 48.29%
BLUE value IS 24 (9.77% from 255) = 6.86%
R=44.86%
G=48.29%
B=6.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal157169240.0700.860.3464.9775.1337.84
Hex9DA918705622414b26
Octal23525130701264210111346
Binary1001110110101001110001110101011010001010000011001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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