Html Css Color HEX #8FC010 Citrus

📋 copy color: '#8FC010'

red 143 ◦ green 192 ◦ blue 16

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

Shades of Citrus #8FC010

Tints of Citrus #8FC010

RGB

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

 GREEN value IS 192 (75.39% from 255) = 54.7%

 BLUE value IS 16 (6.64% from 255) = 4.56%

R = 40.74%
G = 54.7%
B = 4.56%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#8FC010 (or 0x8FC010) is known color: Citrus. HEX triplet: 8F, C0 and 10. RGB value is (143,192,16). Sum of RGB (Red+Green+Blue) = 143+192+16=351 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.74% from 351); Green value is 192 (75.39% from 255 or 54.70% from 351); Blue value is 16 (6.64% from 255 or 4.56% from 351); Max value from RGB is 192 - color contains mainly: green. Hex color #8FC010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC010 is #703FEF. Grayscale: #9D9D9D. Windows color (decimal): -7356400 or 1097871. OLE color: 1097871.

HSL color Cylindrical-coordinate representation of color #8FC010: hue angle of 76.7º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8FC010 is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 143 192 16 -
CMYK 0.26 0 0.92 0.25
HSL 76.7º 0.85% 0.41% -
HSV(B) 76.7º 0.92% 0.75% -
XYZ 30.27 43.58 7.31 -
YUV 157.29 48.27 117.81 -
System Red Green Blue C M Y K H S L
Decimal 143 192 16 0.26 0 0.92 0.25 76.7 0.85 0.41
Hex 8F C0 10 1A 0 5C 19 4D 55 29
Octal 217 300 20 32 0 134 31 115 125 51
Binary 10001111 11000000 10000 11010 0 1011100 11001 1001101 1010101 101001

Color Harmonies of #8FC010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC010

Black with #8FC010

Text Example


Text Example

White with #8FC010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,192,16); }

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

background-color css

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

 a { background-color: rgb(143,192,16); }

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

border-color css

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

 span { border-color: rgb(143,192,16); }

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