Html Css Color HEX #9DA40E Citrus

📋 copy color: '#9DA40E'

red 157 ◦ green 164 ◦ blue 14

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

Shades of Citrus #9DA40E

Tints of Citrus #9DA40E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.18%

R = 46.87%
G = 48.96%
B = 4.18%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#9DA40E (or 0x9DA40E) is known color: Citrus. HEX triplet: 9D, A4 and 0E. RGB value is (157,164,14). Sum of RGB (Red+Green+Blue) = 157+164+14=335 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.87% from 335); Green value is 164 (64.45% from 255 or 48.96% from 335); Blue value is 14 (5.86% from 255 or 4.18% from 335); Max value from RGB is 164 - color contains mainly: green. Hex color #9DA40E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA40E is #625BF1. Grayscale: #919191. Windows color (decimal): -6446066 or 959645. OLE color: 959645.

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

Color convert

RGB 157 164 14 -
CMYK 0.04 0 0.91 0.36
HSL 62.8º 0.84% 0.35% -
HSV(B) 62.8º 0.91% 0.64% -
XYZ 27.26 33.75 5.49 -
YUV 144.81 54.18 136.7 -
System Red Green Blue C M Y K H S L
Decimal 157 164 14 0.04 0 0.91 0.36 62.8 0.84 0.35
Hex 9D A4 E 4 0 5B 24 3F 54 23
Octal 235 244 16 4 0 133 44 77 124 43
Binary 10011101 10100100 1110 100 0 1011011 100100 111111 1010100 100011

Color Harmonies of #9DA40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA40E

Black with #9DA40E

Text Example


Text Example

White with #9DA40E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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