#9DC102

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

Shades of Citrus #9DC102

Tints of Citrus #9DC102

Color information

#9DC102 (or 0x9DC102) is unknown color: approx Citrus. HEX triplet: 9D, C1 and 02. RGB value is (157,193,2). Sum of RGB (Red+Green+Blue) = 157+193+2=352 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.60% from 352); Green value is 193 (75.78% from 255 or 54.83% from 352); Blue value is 2 (1.17% from 255 or 0.57% from 352); Max value from RGB is 193 - color contains mainly: green. Hex color #9DC102 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC102 is #623EFD. Grayscale: #A1A1A1. Windows color (decimal): -6438654 or 180637. OLE color: 180637.

HSL color Cylindrical-coordinate representation of color #9DC102: hue angle of 71.31º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9DC102 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB1571932-
CMYK0.1900.990.24
HSL71.31º97.95%38.24%-
HSV(B)71.31º98.96%75.69%-
XYZ32.9945.317.07-
YUV160.4638.57125.53-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.60%
GREEN value IS 193 (75.78% from 255) = 54.83%
BLUE value IS 2 (1.17% from 255) = 0.57%
R=44.60%
G=54.83%
B=0.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal15719320.1900.990.2471.3197.9538.24
Hex9DC121306318476226
Octal23530122301433010714246
Binary10011101110000011010011011000111100010001111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,193,2); }

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

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

 a { background-color: rgb(157,193,2); }

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

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

 span { border-color: rgb(157,193,2); }

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