Html Css Color HEX #9FBC10 Citrus

📋 copy color: '#9FBC10'

red 159 ◦ green 188 ◦ blue 16

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

Shades of Citrus #9FBC10

Tints of Citrus #9FBC10

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.79%

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

R = 43.8%
G = 51.79%
B = 4.41%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#9FBC10 (or 0x9FBC10) is known color: Citrus. HEX triplet: 9F, BC and 10. RGB value is (159,188,16). Sum of RGB (Red+Green+Blue) = 159+188+16=363 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.80% from 363); Green value is 188 (73.83% from 255 or 51.79% from 363); Blue value is 16 (6.64% from 255 or 4.41% from 363); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FBC10 is #6043EF. Grayscale: #A0A0A0. Windows color (decimal): -6308848 or 1096863. OLE color: 1096863.

HSL color Cylindrical-coordinate representation of color #9FBC10: hue angle of 70.12º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9FBC10 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 159 188 16 -
CMYK 0.15 0 0.91 0.26
HSL 70.12º 0.84% 0.4% -
HSV(B) 70.12º 0.91% 0.74% -
XYZ 32.37 43.37 7.16 -
YUV 159.72 46.89 127.49 -
System Red Green Blue C M Y K H S L
Decimal 159 188 16 0.15 0 0.91 0.26 70.12 0.84 0.4
Hex 9F BC 10 F 0 5B 1A 46 54 28
Octal 237 274 20 17 0 133 32 106 124 50
Binary 10011111 10111100 10000 1111 0 1011011 11010 1000110 1010100 101000

Color Harmonies of #9FBC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBC10

Black with #9FBC10

Text Example


Text Example

White with #9FBC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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