Html Css Color HEX #8FBA04 Citrus

📋 copy color: '#8FBA04'

red 143 ◦ green 186 ◦ blue 4

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

Shades of Citrus #8FBA04

Tints of Citrus #8FBA04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.2%

R = 42.94%
G = 55.86%
B = 1.2%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#8FBA04 (or 0x8FBA04) is known color: Citrus. HEX triplet: 8F, BA and 04. RGB value is (143,186,4). Sum of RGB (Red+Green+Blue) = 143+186+4=333 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.94% from 333); Green value is 186 (73.05% from 255 or 55.86% from 333); Blue value is 4 (1.95% from 255 or 1.20% from 333); Max value from RGB is 186 - color contains mainly: green. Hex color #8FBA04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FBA04 is #7045FB. Grayscale: #999999. Windows color (decimal): -7357948 or 309903. OLE color: 309903.

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

Color convert

RGB 143 186 4 -
CMYK 0.23 0 0.98 0.27
HSL 74.18º 0.96% 0.37% -
HSV(B) 74.18º 0.98% 0.73% -
XYZ 28.91 40.97 6.5 -
YUV 152.4 44.25 121.3 -
System Red Green Blue C M Y K H S L
Decimal 143 186 4 0.23 0 0.98 0.27 74.18 0.96 0.37
Hex 8F BA 4 17 0 62 1B 4A 60 25
Octal 217 272 4 27 0 142 33 112 140 45
Binary 10001111 10111010 100 10111 0 1100010 11011 1001010 1100000 100101

Color Harmonies of #8FBA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBA04

Black with #8FBA04

Text Example


Text Example

White with #8FBA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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