Html Css Color HEX #8FC412 Citrus

📋 copy color: '#8FC412'

red 143 ◦ green 196 ◦ blue 18

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

Shades of Citrus #8FC412

Tints of Citrus #8FC412

RGB

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

 GREEN value IS 196 (76.95% from 255) = 54.9%

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

R = 40.06%
G = 54.9%
B = 5.04%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#8FC412 (or 0x8FC412) is known color: Citrus. HEX triplet: 8F, C4 and 12. RGB value is (143,196,18). Sum of RGB (Red+Green+Blue) = 143+196+18=357 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.06% from 357); Green value is 196 (76.95% from 255 or 54.90% from 357); Blue value is 18 (7.42% from 255 or 5.04% from 357); Max value from RGB is 196 - color contains mainly: green. Hex color #8FC412 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC412 is #703BED. Grayscale: #A0A0A0. Windows color (decimal): -7355374 or 1229967. OLE color: 1229967.

HSL color Cylindrical-coordinate representation of color #8FC412: hue angle of 77.87º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8FC412 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 143 196 18 -
CMYK 0.27 0 0.91 0.23
HSL 77.87º 0.83% 0.42% -
HSV(B) 77.87º 0.91% 0.77% -
XYZ 31.18 45.36 7.69 -
YUV 159.86 47.94 115.97 -
System Red Green Blue C M Y K H S L
Decimal 143 196 18 0.27 0 0.91 0.23 77.87 0.83 0.42
Hex 8F C4 12 1B 0 5B 17 4E 53 2A
Octal 217 304 22 33 0 133 27 116 123 52
Binary 10001111 11000100 10010 11011 0 1011011 10111 1001110 1010011 101010

Color Harmonies of #8FC412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC412

Black with #8FC412

Text Example


Text Example

White with #8FC412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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