Html Css Color HEX #8FAC12 Citrus

📋 copy color: '#8FAC12'

red 143 ◦ green 172 ◦ blue 18

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

Shades of Citrus #8FAC12

Tints of Citrus #8FAC12

RGB

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

 GREEN value IS 172 (67.58% from 255) = 51.65%

 BLUE value IS 18 (7.42% from 255) = 5.41%

R = 42.94%
G = 51.65%
B = 5.41%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#8FAC12 (or 0x8FAC12) is known color: Citrus. HEX triplet: 8F, AC and 12. RGB value is (143,172,18). Sum of RGB (Red+Green+Blue) = 143+172+18=333 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.94% from 333); Green value is 172 (67.58% from 255 or 51.65% from 333); Blue value is 18 (7.42% from 255 or 5.41% from 333); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FAC12 is #7053ED. Grayscale: #929292. Windows color (decimal): -7361518 or 1223823. OLE color: 1223823.

HSL color Cylindrical-coordinate representation of color #8FAC12: hue angle of 71.3º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8FAC12 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 143 172 18 -
CMYK 0.17 0 0.90 0.33
HSL 71.3º 0.81% 0.37% -
HSV(B) 71.3º 0.9% 0.67% -
XYZ 26.19 35.39 6.02 -
YUV 145.77 55.89 126.02 -
System Red Green Blue C M Y K H S L
Decimal 143 172 18 0.17 0 0.90 0.33 71.3 0.81 0.37
Hex 8F AC 12 11 0 5A 21 47 51 25
Octal 217 254 22 21 0 132 41 107 121 45
Binary 10001111 10101100 10010 10001 0 1011010 100001 1000111 1010001 100101

Color Harmonies of #8FAC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAC12

Black with #8FAC12

Text Example


Text Example

White with #8FAC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,172,18); }

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

background-color css

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

 a { background-color: rgb(143,172,18); }

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

border-color css

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

 span { border-color: rgb(143,172,18); }

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