Html Css Color HEX #9DA613 Citrus

📋 copy color: '#9DA613'

red 157 ◦ green 166 ◦ blue 19

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

Shades of Citrus #9DA613

Tints of Citrus #9DA613

RGB

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

 GREEN value IS 166 (65.23% from 255) = 48.54%

 BLUE value IS 19 (7.81% from 255) = 5.56%

R = 45.91%
G = 48.54%
B = 5.56%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#9DA613 (or 0x9DA613) is known color: Citrus. HEX triplet: 9D, A6 and 13. RGB value is (157,166,19). Sum of RGB (Red+Green+Blue) = 157+166+19=342 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.91% from 342); Green value is 166 (65.23% from 255 or 48.54% from 342); Blue value is 19 (7.81% from 255 or 5.56% from 342); Max value from RGB is 166 - color contains mainly: green. Hex color #9DA613 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA613 is #6259EC. Grayscale: #939393. Windows color (decimal): -6445549 or 1287837. OLE color: 1287837.

HSL color Cylindrical-coordinate representation of color #9DA613: hue angle of 63.67º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9DA613 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 157 166 19 -
CMYK 0.05 0 0.89 0.35
HSL 63.67º 0.79% 0.36% -
HSV(B) 63.67º 0.89% 0.65% -
XYZ 27.66 34.49 5.82 -
YUV 146.55 56.02 135.45 -
System Red Green Blue C M Y K H S L
Decimal 157 166 19 0.05 0 0.89 0.35 63.67 0.79 0.36
Hex 9D A6 13 5 0 59 23 40 4F 24
Octal 235 246 23 5 0 131 43 100 117 44
Binary 10011101 10100110 10011 101 0 1011001 100011 1000000 1001111 100100

Color Harmonies of #9DA613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA613

Black with #9DA613

Text Example


Text Example

White with #9DA613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,166,19); }

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

background-color css

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

 a { background-color: rgb(157,166,19); }

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

border-color css

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

 span { border-color: rgb(157,166,19); }

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