Html Css Color HEX #8FC00D Citrus

📋 copy color: '#8FC00D'

red 143 ◦ green 192 ◦ blue 13

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

Shades of Citrus #8FC00D

Tints of Citrus #8FC00D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.74%

R = 41.09%
G = 55.17%
B = 3.74%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#8FC00D (or 0x8FC00D) is known color: Citrus. HEX triplet: 8F, C0 and 0D. RGB value is (143,192,13). Sum of RGB (Red+Green+Blue) = 143+192+13=348 (46% of max value = 765). Red value is 143 (56.25% from 255 or 41.09% from 348); Green value is 192 (75.39% from 255 or 55.17% from 348); Blue value is 13 (5.47% from 255 or 3.74% from 348); Max value from RGB is 192 - color contains mainly: green. Hex color #8FC00D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC00D is #703FF2. Grayscale: #9D9D9D. Windows color (decimal): -7356403 or 901263. OLE color: 901263.

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

Color convert

RGB 143 192 13 -
CMYK 0.26 0 0.93 0.25
HSL 76.42º 0.87% 0.4% -
HSV(B) 76.42º 0.93% 0.75% -
XYZ 30.25 43.57 7.2 -
YUV 156.94 46.77 118.05 -
System Red Green Blue C M Y K H S L
Decimal 143 192 13 0.26 0 0.93 0.25 76.42 0.87 0.4
Hex 8F C0 D 1A 0 5D 19 4C 57 28
Octal 217 300 15 32 0 135 31 114 127 50
Binary 10001111 11000000 1101 11010 0 1011101 11001 1001100 1010111 101000

Color Harmonies of #8FC00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC00D

Black with #8FC00D

Text Example


Text Example

White with #8FC00D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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