Html Css Color HEX #9DA614 Citrus

📋 copy color: '#9DA614'

red 157 ◦ green 166 ◦ blue 20

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

Shades of Citrus #9DA614

Tints of Citrus #9DA614

RGB

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

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

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

R = 45.77%
G = 48.4%
B = 5.83%

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

#9DA614 (or 0x9DA614) is known color: Citrus. HEX triplet: 9D, A6 and 14. RGB value is (157,166,20). Sum of RGB (Red+Green+Blue) = 157+166+20=343 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.77% from 343); Green value is 166 (65.23% from 255 or 48.40% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 166 - color contains mainly: green. Hex color #9DA614 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA614 is #6259EB. Grayscale: #939393. Windows color (decimal): -6445548 or 1353373. OLE color: 1353373.

HSL color Cylindrical-coordinate representation of color #9DA614: hue angle of 63.7º 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 #9DA614 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB 157 166 20 -
CMYK 0.05 0 0.88 0.35
HSL 63.7º 0.78% 0.36% -
HSV(B) 63.7º 0.88% 0.65% -
XYZ 27.67 34.49 5.86 -
YUV 146.67 56.52 135.37 -
System Red Green Blue C M Y K H S L
Decimal 157 166 20 0.05 0 0.88 0.35 63.7 0.78 0.36
Hex 9D A6 14 5 0 58 23 40 4E 24
Octal 235 246 24 5 0 130 43 100 116 44
Binary 10011101 10100110 10100 101 0 1011000 100011 1000000 1001110 100100

Color Harmonies of #9DA614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA614

Black with #9DA614

Text Example


Text Example

White with #9DA614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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