Html Css Color HEX #9FA90E Citrus

📋 copy color: '#9FA90E'

red 159 ◦ green 169 ◦ blue 14

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

Shades of Citrus #9FA90E

Tints of Citrus #9FA90E

RGB

 RED value IS 159 (62.5% from 255) = 46.49%

 GREEN value IS 169 (66.41% from 255) = 49.42%

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

R = 46.49%
G = 49.42%
B = 4.09%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#9FA90E (or 0x9FA90E) is known color: Citrus. HEX triplet: 9F, A9 and 0E. RGB value is (159,169,14). Sum of RGB (Red+Green+Blue) = 159+169+14=342 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.49% from 342); Green value is 169 (66.41% from 255 or 49.42% from 342); Blue value is 14 (5.86% from 255 or 4.09% from 342); Max value from RGB is 169 - color contains mainly: green. Hex color #9FA90E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA90E is #6056F1. Grayscale: #949494. Windows color (decimal): -6313714 or 960927. OLE color: 960927.

HSL color Cylindrical-coordinate representation of color #9FA90E: hue angle of 63.87º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9FA90E is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB 159 169 14 -
CMYK 0.06 0 0.92 0.34
HSL 63.87º 0.85% 0.36% -
HSV(B) 63.87º 0.92% 0.66% -
XYZ 28.57 35.78 5.82 -
YUV 148.34 52.19 135.6 -
System Red Green Blue C M Y K H S L
Decimal 159 169 14 0.06 0 0.92 0.34 63.87 0.85 0.36
Hex 9F A9 E 6 0 5C 22 40 55 24
Octal 237 251 16 6 0 134 42 100 125 44
Binary 10011111 10101001 1110 110 0 1011100 100010 1000000 1010101 100100

Color Harmonies of #9FA90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA90E

Black with #9FA90E

Text Example


Text Example

White with #9FA90E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,169,14); }

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

background-color css

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

 a { background-color: rgb(159,169,14); }

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

border-color css

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

 span { border-color: rgb(159,169,14); }

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