Html Css Color HEX #8FA512 Citron

📋 copy color: '#8FA512'

red 143 ◦ green 165 ◦ blue 18

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

Shades of Citron #8FA512

Tints of Citron #8FA512

RGB

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

 GREEN value IS 165 (64.84% from 255) = 50.61%

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

R = 43.87%
G = 50.61%
B = 5.52%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#8FA512 (or 0x8FA512) is known color: Citron. HEX triplet: 8F, A5 and 12. RGB value is (143,165,18). Sum of RGB (Red+Green+Blue) = 143+165+18=326 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.87% from 326); Green value is 165 (64.84% from 255 or 50.61% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 165 - color contains mainly: green. Hex color #8FA512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FA512 is #705AED. Grayscale: #8E8E8E. Windows color (decimal): -7363310 or 1222031. OLE color: 1222031.

HSL color Cylindrical-coordinate representation of color #8FA512: hue angle of 68.98º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8FA512 is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 143 165 18 -
CMYK 0.13 0 0.89 0.35
HSL 68.98º 0.8% 0.36% -
HSV(B) 68.98º 0.89% 0.65% -
XYZ 24.89 32.79 5.59 -
YUV 141.66 58.21 128.95 -
System Red Green Blue C M Y K H S L
Decimal 143 165 18 0.13 0 0.89 0.35 68.98 0.8 0.36
Hex 8F A5 12 D 0 59 23 45 50 24
Octal 217 245 22 15 0 131 43 105 120 44
Binary 10001111 10100101 10010 1101 0 1011001 100011 1000101 1010000 100100

Color Harmonies of #8FA512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA512

Black with #8FA512

Text Example


Text Example

White with #8FA512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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