#9DB70C

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

Shades of Citrus #9DB70C

Tints of Citrus #9DB70C

Color information

#9DB70C (or 0x9DB70C) is unknown color: approx Citrus. HEX triplet: 9D, B7 and 0C. RGB value is (157,183,12). Sum of RGB (Red+Green+Blue) = 157+183+12=352 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.60% from 352); Green value is 183 (71.88% from 255 or 51.99% from 352); Blue value is 12 (5.08% from 255 or 3.41% from 352); Max value from RGB is 183 - color contains mainly: green. Hex color #9DB70C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB70C is #6248F3. Grayscale: #9C9C9C. Windows color (decimal): -6441204 or 833437. OLE color: 833437.

HSL color Cylindrical-coordinate representation of color #9DB70C: hue angle of 69.12º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9DB70C is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB15718312-
CMYK0.1400.930.28
HSL69.12º87.69%38.24%-
HSV(B)69.12º93.44%71.76%-
XYZ30.941.066.64-
YUV155.7346.89128.9-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.60%
GREEN value IS 183 (71.88% from 255) = 51.99%
BLUE value IS 12 (5.08% from 255) = 3.41%
R=44.60%
G=51.99%
B=3.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal157183120.1400.930.2869.1287.6938.24
Hex9DB7CE05D1C455826
Octal235267141601353410513046
Binary100111011011011111001110010111011110010001011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB70C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,183,12); }

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

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

 a { background-color: rgb(157,183,12); }

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

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

 span { border-color: rgb(157,183,12); }

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