Html Css Color HEX #9DA413 Citrus

📋 copy color: '#9DA413'

red 157 ◦ green 164 ◦ blue 19

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

Shades of Citrus #9DA413

Tints of Citrus #9DA413

RGB

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

 GREEN value IS 164 (64.45% from 255) = 48.24%

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

R = 46.18%
G = 48.24%
B = 5.59%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#9DA413 (or 0x9DA413) is known color: Citrus. HEX triplet: 9D, A4 and 13. RGB value is (157,164,19). Sum of RGB (Red+Green+Blue) = 157+164+19=340 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.18% from 340); Green value is 164 (64.45% from 255 or 48.24% from 340); Blue value is 19 (7.81% from 255 or 5.59% from 340); Max value from RGB is 164 - color contains mainly: green. Hex color #9DA413 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA413 is #625BEC. Grayscale: #919191. Windows color (decimal): -6446061 or 1287325. OLE color: 1287325.

HSL color Cylindrical-coordinate representation of color #9DA413: hue angle of 62.9º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9DA413 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 157 164 19 -
CMYK 0.04 0 0.88 0.36
HSL 62.9º 0.79% 0.36% -
HSV(B) 62.9º 0.88% 0.64% -
XYZ 27.3 33.77 5.69 -
YUV 145.38 56.68 136.29 -
System Red Green Blue C M Y K H S L
Decimal 157 164 19 0.04 0 0.88 0.36 62.9 0.79 0.36
Hex 9D A4 13 4 0 58 24 3F 4F 24
Octal 235 244 23 4 0 130 44 77 117 44
Binary 10011101 10100100 10011 100 0 1011000 100100 111111 1001111 100100

Color Harmonies of #9DA413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA413

Black with #9DA413

Text Example


Text Example

White with #9DA413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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