Html Css Color HEX #9FAD10 Citrus

📋 copy color: '#9FAD10'

red 159 ◦ green 173 ◦ blue 16

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

Shades of Citrus #9FAD10

Tints of Citrus #9FAD10

RGB

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

 GREEN value IS 173 (67.97% from 255) = 49.71%

 BLUE value IS 16 (6.64% from 255) = 4.6%

R = 45.69%
G = 49.71%
B = 4.6%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#9FAD10 (or 0x9FAD10) is known color: Citrus. HEX triplet: 9F, AD and 10. RGB value is (159,173,16). Sum of RGB (Red+Green+Blue) = 159+173+16=348 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.69% from 348); Green value is 173 (67.97% from 255 or 49.71% from 348); Blue value is 16 (6.64% from 255 or 4.60% from 348); Max value from RGB is 173 - color contains mainly: green. Hex color #9FAD10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FAD10 is #6052EF. Grayscale: #979797. Windows color (decimal): -6312688 or 1093023. OLE color: 1093023.

HSL color Cylindrical-coordinate representation of color #9FAD10: hue angle of 65.35º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9FAD10 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 159 173 16 -
CMYK 0.08 0 0.91 0.32
HSL 65.35º 0.83% 0.37% -
HSV(B) 65.35º 0.91% 0.68% -
XYZ 29.34 37.3 6.14 -
YUV 150.92 51.86 133.77 -
System Red Green Blue C M Y K H S L
Decimal 159 173 16 0.08 0 0.91 0.32 65.35 0.83 0.37
Hex 9F AD 10 8 0 5B 20 41 53 25
Octal 237 255 20 10 0 133 40 101 123 45
Binary 10011111 10101101 10000 1000 0 1011011 100000 1000001 1010011 100101

Color Harmonies of #9FAD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAD10

Black with #9FAD10

Text Example


Text Example

White with #9FAD10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,173,16); }

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

background-color css

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

 a { background-color: rgb(159,173,16); }

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

border-color css

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

 span { border-color: rgb(159,173,16); }

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