Html Css Color HEX #9FB110 Citrus

📋 copy color: '#9FB110'

red 159 ◦ green 177 ◦ blue 16

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

Shades of Citrus #9FB110

Tints of Citrus #9FB110

RGB

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

 GREEN value IS 177 (69.53% from 255) = 50.28%

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

R = 45.17%
G = 50.28%
B = 4.55%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#9FB110 (or 0x9FB110) is known color: Citrus. HEX triplet: 9F, B1 and 10. RGB value is (159,177,16). Sum of RGB (Red+Green+Blue) = 159+177+16=352 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.17% from 352); Green value is 177 (69.53% from 255 or 50.28% from 352); Blue value is 16 (6.64% from 255 or 4.55% from 352); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FB110 is #604EEF. Grayscale: #999999. Windows color (decimal): -6311664 or 1094047. OLE color: 1094047.

HSL color Cylindrical-coordinate representation of color #9FB110: hue angle of 66.71º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9FB110 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 159 177 16 -
CMYK 0.10 0 0.91 0.31
HSL 66.71º 0.83% 0.38% -
HSV(B) 66.71º 0.91% 0.69% -
XYZ 30.11 38.85 6.4 -
YUV 153.26 50.54 132.09 -
System Red Green Blue C M Y K H S L
Decimal 159 177 16 0.10 0 0.91 0.31 66.71 0.83 0.38
Hex 9F B1 10 A 0 5B 1F 43 53 26
Octal 237 261 20 12 0 133 37 103 123 46
Binary 10011111 10110001 10000 1010 0 1011011 11111 1000011 1010011 100110

Color Harmonies of #9FB110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB110

Black with #9FB110

Text Example


Text Example

White with #9FB110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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