Html Css Color HEX #8FBC0C Citrus

📋 copy color: '#8FBC0C'

red 143 ◦ green 188 ◦ blue 12

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

Shades of Citrus #8FBC0C

Tints of Citrus #8FBC0C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 54.81%

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

R = 41.69%
G = 54.81%
B = 3.5%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#8FBC0C (or 0x8FBC0C) is known color: Citrus. HEX triplet: 8F, BC and 0C. RGB value is (143,188,12). Sum of RGB (Red+Green+Blue) = 143+188+12=343 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.69% from 343); Green value is 188 (73.83% from 255 or 54.81% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FBC0C is #7043F3. Grayscale: #9B9B9B. Windows color (decimal): -7357428 or 834703. OLE color: 834703.

HSL color Cylindrical-coordinate representation of color #8FBC0C: hue angle of 75.34º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8FBC0C is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 143 188 12 -
CMYK 0.24 0 0.94 0.26
HSL 75.34º 0.88% 0.39% -
HSV(B) 75.34º 0.94% 0.74% -
XYZ 29.38 41.83 6.87 -
YUV 154.48 47.59 119.81 -
System Red Green Blue C M Y K H S L
Decimal 143 188 12 0.24 0 0.94 0.26 75.34 0.88 0.39
Hex 8F BC C 18 0 5E 1A 4B 58 27
Octal 217 274 14 30 0 136 32 113 130 47
Binary 10001111 10111100 1100 11000 0 1011110 11010 1001011 1011000 100111

Color Harmonies of #8FBC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBC0C

Black with #8FBC0C

Text Example


Text Example

White with #8FBC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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