Html Css Color HEX #8FB40C Citrus

📋 copy color: '#8FB40C'

red 143 ◦ green 180 ◦ blue 12

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

Shades of Citrus #8FB40C

Tints of Citrus #8FB40C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 53.73%

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

R = 42.69%
G = 53.73%
B = 3.58%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#8FB40C (or 0x8FB40C) is known color: Citrus. HEX triplet: 8F, B4 and 0C. RGB value is (143,180,12). Sum of RGB (Red+Green+Blue) = 143+180+12=335 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.69% from 335); Green value is 180 (70.70% from 255 or 53.73% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 180 - color contains mainly: green. Hex color #8FB40C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FB40C is #704BF3. Grayscale: #969696. Windows color (decimal): -7359476 or 832655. OLE color: 832655.

HSL color Cylindrical-coordinate representation of color #8FB40C: hue angle of 73.21º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8FB40C is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 143 180 12 -
CMYK 0.21 0 0.93 0.29
HSL 73.21º 0.88% 0.38% -
HSV(B) 73.21º 0.93% 0.71% -
XYZ 27.72 38.51 6.32 -
YUV 149.79 50.24 123.16 -
System Red Green Blue C M Y K H S L
Decimal 143 180 12 0.21 0 0.93 0.29 73.21 0.88 0.38
Hex 8F B4 C 15 0 5D 1D 49 58 26
Octal 217 264 14 25 0 135 35 111 130 46
Binary 10001111 10110100 1100 10101 0 1011101 11101 1001001 1011000 100110

Color Harmonies of #8FB40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB40C

Black with #8FB40C

Text Example


Text Example

White with #8FB40C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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