Html Css Color HEX #9DA10E Citrus

📋 copy color: '#9DA10E'

red 157 ◦ green 161 ◦ blue 14

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

Shades of Citrus #9DA10E

Tints of Citrus #9DA10E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 48.49%

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

R = 47.29%
G = 48.49%
B = 4.22%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#9DA10E (or 0x9DA10E) is known color: Citrus. HEX triplet: 9D, A1 and 0E. RGB value is (157,161,14). Sum of RGB (Red+Green+Blue) = 157+161+14=332 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.29% from 332); Green value is 161 (63.28% from 255 or 48.49% from 332); Blue value is 14 (5.86% from 255 or 4.22% from 332); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA10E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA10E is #625EF1. Grayscale: #8F8F8F. Windows color (decimal): -6446834 or 958877. OLE color: 958877.

HSL color Cylindrical-coordinate representation of color #9DA10E: hue angle of 61.63º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9DA10E is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB 157 161 14 -
CMYK 0.02 0 0.91 0.37
HSL 61.63º 0.84% 0.34% -
HSV(B) 61.63º 0.91% 0.63% -
XYZ 26.73 32.69 5.32 -
YUV 143.05 55.17 137.95 -
System Red Green Blue C M Y K H S L
Decimal 157 161 14 0.02 0 0.91 0.37 61.63 0.84 0.34
Hex 9D A1 E 2 0 5B 25 3E 54 22
Octal 235 241 16 2 0 133 45 76 124 42
Binary 10011101 10100001 1110 10 0 1011011 100101 111110 1010100 100010

Color Harmonies of #9DA10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA10E

Black with #9DA10E

Text Example


Text Example

White with #9DA10E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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