Html Css Color HEX #8FBE0C Citrus

📋 copy color: '#8FBE0C'

red 143 ◦ green 190 ◦ blue 12

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

Shades of Citrus #8FBE0C

Tints of Citrus #8FBE0C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 55.07%

 BLUE value IS 12 (5.08% from 255) = 3.48%

R = 41.45%
G = 55.07%
B = 3.48%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#8FBE0C (or 0x8FBE0C) is known color: Citrus. HEX triplet: 8F, BE and 0C. RGB value is (143,190,12). Sum of RGB (Red+Green+Blue) = 143+190+12=345 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.45% from 345); Green value is 190 (74.61% from 255 or 55.07% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 190 - color contains mainly: green. Hex color #8FBE0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FBE0C is #7041F3. Grayscale: #9C9C9C. Windows color (decimal): -7356916 or 835215. OLE color: 835215.

HSL color Cylindrical-coordinate representation of color #8FBE0C: hue angle of 75.84º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8FBE0C is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 143 190 12 -
CMYK 0.25 0 0.94 0.25
HSL 75.84º 0.88% 0.4% -
HSV(B) 75.84º 0.94% 0.75% -
XYZ 29.81 42.69 7.02 -
YUV 155.66 46.93 118.97 -
System Red Green Blue C M Y K H S L
Decimal 143 190 12 0.25 0 0.94 0.25 75.84 0.88 0.4
Hex 8F BE C 19 0 5E 19 4C 58 28
Octal 217 276 14 31 0 136 31 114 130 50
Binary 10001111 10111110 1100 11001 0 1011110 11001 1001100 1011000 101000

Color Harmonies of #8FBE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBE0C

Black with #8FBE0C

Text Example


Text Example

White with #8FBE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,190,12); }

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

background-color css

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

 a { background-color: rgb(143,190,12); }

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

border-color css

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

 span { border-color: rgb(143,190,12); }

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