Html Css Color HEX #9FB618 Citrus

📋 copy color: '#9FB618'

red 159 ◦ green 182 ◦ blue 24

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

Shades of Citrus #9FB618

Tints of Citrus #9FB618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.58%

R = 43.56%
G = 49.86%
B = 6.58%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#9FB618 (or 0x9FB618) is known color: Citrus. HEX triplet: 9F, B6 and 18. RGB value is (159,182,24). Sum of RGB (Red+Green+Blue) = 159+182+24=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 182 (71.48% from 255 or 49.86% from 365); Blue value is 24 (9.77% from 255 or 6.58% from 365); Max value from RGB is 182 - color contains mainly: green. Hex color #9FB618 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FB618 is #6049E7. Grayscale: #9D9D9D. Windows color (decimal): -6310376 or 1619615. OLE color: 1619615.

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

Color convert

RGB 159 182 24 -
CMYK 0.13 0 0.87 0.29
HSL 68.73º 0.77% 0.4% -
HSV(B) 68.73º 0.87% 0.71% -
XYZ 31.19 40.89 7.11 -
YUV 157.11 52.88 129.35 -
System Red Green Blue C M Y K H S L
Decimal 159 182 24 0.13 0 0.87 0.29 68.73 0.77 0.4
Hex 9F B6 18 D 0 57 1D 45 4D 28
Octal 237 266 30 15 0 127 35 105 115 50
Binary 10011111 10110110 11000 1101 0 1010111 11101 1000101 1001101 101000

Color Harmonies of #9FB618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB618

Black with #9FB618

Text Example


Text Example

White with #9FB618

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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