Html Css Color HEX #9FB60E Citrus

📋 copy color: '#9FB60E'

red 159 ◦ green 182 ◦ blue 14

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

Shades of Citrus #9FB60E

Tints of Citrus #9FB60E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 51.27%

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

R = 44.79%
G = 51.27%
B = 3.94%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#9FB60E (or 0x9FB60E) is known color: Citrus. HEX triplet: 9F, B6 and 0E. RGB value is (159,182,14). Sum of RGB (Red+Green+Blue) = 159+182+14=355 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.79% from 355); Green value is 182 (71.48% from 255 or 51.27% from 355); Blue value is 14 (5.86% from 255 or 3.94% from 355); Max value from RGB is 182 - color contains mainly: green. Hex color #9FB60E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FB60E is #6049F1. Grayscale: #9C9C9C. Windows color (decimal): -6310386 or 964255. OLE color: 964255.

HSL color Cylindrical-coordinate representation of color #9FB60E: hue angle of 68.21º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9FB60E is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 159 182 14 -
CMYK 0.13 0 0.92 0.29
HSL 68.21º 0.86% 0.38% -
HSV(B) 68.21º 0.92% 0.71% -
XYZ 31.11 40.86 6.66 -
YUV 155.97 47.88 130.16 -
System Red Green Blue C M Y K H S L
Decimal 159 182 14 0.13 0 0.92 0.29 68.21 0.86 0.38
Hex 9F B6 E D 0 5C 1D 44 56 26
Octal 237 266 16 15 0 134 35 104 126 46
Binary 10011111 10110110 1110 1101 0 1011100 11101 1000100 1010110 100110

Color Harmonies of #9FB60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB60E

Black with #9FB60E

Text Example


Text Example

White with #9FB60E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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