Html Css Color HEX #8FB914 Citrus

📋 copy color: '#8FB914'

red 143 ◦ green 185 ◦ blue 20

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

Shades of Citrus #8FB914

Tints of Citrus #8FB914

RGB

 RED value IS 143 (56.25% from 255) = 41.09%

 GREEN value IS 185 (72.66% from 255) = 53.16%

 BLUE value IS 20 (8.2% from 255) = 5.75%

R = 41.09%
G = 53.16%
B = 5.75%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#8FB914 (or 0x8FB914) is known color: Citrus. HEX triplet: 8F, B9 and 14. RGB value is (143,185,20). Sum of RGB (Red+Green+Blue) = 143+185+20=348 (46% of max value = 765). Red value is 143 (56.25% from 255 or 41.09% from 348); Green value is 185 (72.66% from 255 or 53.16% from 348); Blue value is 20 (8.20% from 255 or 5.75% from 348); Max value from RGB is 185 - color contains mainly: green. Hex color #8FB914 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FB914 is #7046EB. Grayscale: #9A9A9A. Windows color (decimal): -7358188 or 1358223. OLE color: 1358223.

HSL color Cylindrical-coordinate representation of color #8FB914: hue angle of 75.27º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8FB914 is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 143 185 20 -
CMYK 0.23 0 0.89 0.27
HSL 75.27º 0.8% 0.4% -
HSV(B) 75.27º 0.89% 0.73% -
XYZ 28.8 40.59 6.98 -
YUV 153.63 52.59 120.42 -
System Red Green Blue C M Y K H S L
Decimal 143 185 20 0.23 0 0.89 0.27 75.27 0.8 0.4
Hex 8F B9 14 17 0 59 1B 4B 50 28
Octal 217 271 24 27 0 131 33 113 120 50
Binary 10001111 10111001 10100 10111 0 1011001 11011 1001011 1010000 101000

Color Harmonies of #8FB914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB914

Black with #8FB914

Text Example


Text Example

White with #8FB914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8FB914; }

 p { color: rgb(143,185,20); }

 H1.HeaderClassName
 {
   color: #8FB914;
 }
 .AnyTagClassName
 {
   color: #8FB914;
 }
</style>

background-color css

<style>
 a { background-color: #8FB914; }

 a { background-color: rgb(143,185,20); }

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

border-color css

<style>
 span { border-color: #8FB914; }

 span { border-color: rgb(143,185,20); }

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