Html Css Color HEX #9DA514 Citrus

📋 copy color: '#9DA514'

red 157 ◦ green 165 ◦ blue 20

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

Shades of Citrus #9DA514

Tints of Citrus #9DA514

RGB

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

 GREEN value IS 165 (64.84% from 255) = 48.25%

 BLUE value IS 20 (8.2% from 255) = 5.85%

R = 45.91%
G = 48.25%
B = 5.85%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#9DA514 (or 0x9DA514) is known color: Citrus. HEX triplet: 9D, A5 and 14. RGB value is (157,165,20). Sum of RGB (Red+Green+Blue) = 157+165+20=342 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.91% from 342); Green value is 165 (64.84% from 255 or 48.25% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 165 - color contains mainly: green. Hex color #9DA514 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA514 is #625AEB. Grayscale: #929292. Windows color (decimal): -6445804 or 1353117. OLE color: 1353117.

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

Color convert

RGB 157 165 20 -
CMYK 0.05 0 0.88 0.35
HSL 63.31º 0.78% 0.36% -
HSV(B) 63.31º 0.88% 0.65% -
XYZ 27.49 34.13 5.8 -
YUV 146.08 56.85 135.79 -
System Red Green Blue C M Y K H S L
Decimal 157 165 20 0.05 0 0.88 0.35 63.31 0.78 0.36
Hex 9D A5 14 5 0 58 23 3F 4E 24
Octal 235 245 24 5 0 130 43 77 116 44
Binary 10011101 10100101 10100 101 0 1011000 100011 111111 1001110 100100

Color Harmonies of #9DA514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA514

Black with #9DA514

Text Example


Text Example

White with #9DA514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,165,20); }

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

background-color css

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

 a { background-color: rgb(157,165,20); }

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

border-color css

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

 span { border-color: rgb(157,165,20); }

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