Html Css Color HEX #9DA116 Citron

📋 copy color: '#9DA116'

red 157 ◦ green 161 ◦ blue 22

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

Shades of Citron #9DA116

Tints of Citron #9DA116

RGB

 RED value IS 157 (61.72% from 255) = 46.18%

 GREEN value IS 161 (63.28% from 255) = 47.35%

 BLUE value IS 22 (8.98% from 255) = 6.47%

R = 46.18%
G = 47.35%
B = 6.47%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#9DA116 (or 0x9DA116) is known color: Citron. HEX triplet: 9D, A1 and 16. RGB value is (157,161,22). Sum of RGB (Red+Green+Blue) = 157+161+22=340 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.18% from 340); Green value is 161 (63.28% from 255 or 47.35% from 340); Blue value is 22 (8.98% from 255 or 6.47% from 340); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA116 is #625EE9. Grayscale: #909090. Windows color (decimal): -6446826 or 1483165. OLE color: 1483165.

HSL color Cylindrical-coordinate representation of color #9DA116: hue angle of 61.73º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9DA116 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 157 161 22 -
CMYK 0.02 0 0.86 0.37
HSL 61.73º 0.76% 0.36% -
HSV(B) 61.73º 0.86% 0.63% -
XYZ 26.79 32.72 5.66 -
YUV 143.96 59.17 137.3 -
System Red Green Blue C M Y K H S L
Decimal 157 161 22 0.02 0 0.86 0.37 61.73 0.76 0.36
Hex 9D A1 16 2 0 56 25 3E 4C 24
Octal 235 241 26 2 0 126 45 76 114 44
Binary 10011101 10100001 10110 10 0 1010110 100101 111110 1001100 100100

Color Harmonies of #9DA116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA116

Black with #9DA116

Text Example


Text Example

White with #9DA116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,161,22); }

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

background-color css

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

 a { background-color: rgb(157,161,22); }

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

border-color css

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

 span { border-color: rgb(157,161,22); }

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