Html Css Color HEX #8FBA14 Citrus

📋 copy color: '#8FBA14'

red 143 ◦ green 186 ◦ blue 20

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

Shades of Citrus #8FBA14

Tints of Citrus #8FBA14

RGB

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

 GREEN value IS 186 (73.05% from 255) = 53.3%

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

R = 40.97%
G = 53.3%
B = 5.73%

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

#8FBA14 (or 0x8FBA14) is known color: Citrus. HEX triplet: 8F, BA and 14. RGB value is (143,186,20). Sum of RGB (Red+Green+Blue) = 143+186+20=349 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.97% from 349); Green value is 186 (73.05% from 255 or 53.30% from 349); Blue value is 20 (8.20% from 255 or 5.73% from 349); Max value from RGB is 186 - color contains mainly: green. Hex color #8FBA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FBA14 is #7045EB. Grayscale: #9A9A9A. Windows color (decimal): -7357932 or 1358479. OLE color: 1358479.

HSL color Cylindrical-coordinate representation of color #8FBA14: hue angle of 75.54º degrees, saturation: 0.81, 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 #8FBA14 is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 143 186 20 -
CMYK 0.23 0 0.89 0.27
HSL 75.54º 0.81% 0.4% -
HSV(B) 75.54º 0.89% 0.73% -
XYZ 29.01 41.01 7.05 -
YUV 154.22 52.25 120 -
System Red Green Blue C M Y K H S L
Decimal 143 186 20 0.23 0 0.89 0.27 75.54 0.81 0.4
Hex 8F BA 14 17 0 59 1B 4C 51 28
Octal 217 272 24 27 0 131 33 114 121 50
Binary 10001111 10111010 10100 10111 0 1011001 11011 1001100 1010001 101000

Color Harmonies of #8FBA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBA14

Black with #8FBA14

Text Example


Text Example

White with #8FBA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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