Html Css Color HEX #8FBA00 Citrus

📋 copy color: '#8FBA00'

red 143 ◦ green 186 ◦ blue 0

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

Shades of Citrus #8FBA00

Tints of Citrus #8FBA00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.47%
G = 56.53%
B = 0%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#8FBA00 (or 0x8FBA00) is known color: Citrus. HEX triplet: 8F, BA and 00. RGB value is (143,186,0). Sum of RGB (Red+Green+Blue) = 143+186+0=329 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.47% from 329); Green value is 186 (73.05% from 255 or 56.53% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 186 - color contains mainly: green. Hex color #8FBA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FBA00 is #7045FF. Grayscale: #989898. Windows color (decimal): -7357952 or 47759. OLE color: 47759.

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

Color convert

RGB 143 186 0 -
CMYK 0.23 0 1 0.27
HSL 73.87º 1% 0.36% -
HSV(B) 73.87º 1% 0.73% -
XYZ 28.89 40.96 6.38 -
YUV 151.94 42.25 121.62 -
System Red Green Blue C M Y K H S L
Decimal 143 186 0 0.23 0 1 0.27 73.87 1 0.36
Hex 8F BA 0 17 0 64 1B 4A 64 24
Octal 217 272 0 27 0 144 33 112 144 44
Binary 10001111 10111010 0 10111 0 1100100 11011 1001010 1100100 100100

Color Harmonies of #8FBA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBA00

Black with #8FBA00

Text Example


Text Example

White with #8FBA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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