Html Css Color HEX #8FC80A Citrus

📋 copy color: '#8FC80A'

red 143 ◦ green 200 ◦ blue 10

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

Shades of Citrus #8FC80A

Tints of Citrus #8FC80A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 56.66%

 BLUE value IS 10 (4.3% from 255) = 2.83%

R = 40.51%
G = 56.66%
B = 2.83%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#8FC80A (or 0x8FC80A) is known color: Citrus. HEX triplet: 8F, C8 and 0A. RGB value is (143,200,10). Sum of RGB (Red+Green+Blue) = 143+200+10=353 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.51% from 353); Green value is 200 (78.52% from 255 or 56.66% from 353); Blue value is 10 (4.30% from 255 or 2.83% from 353); Max value from RGB is 200 - color contains mainly: green. Hex color #8FC80A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC80A is #7037F5. Grayscale: #A2A2A2. Windows color (decimal): -7354358 or 706703. OLE color: 706703.

HSL color Cylindrical-coordinate representation of color #8FC80A: hue angle of 78º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8FC80A is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB 143 200 10 -
CMYK 0.28 0 0.95 0.22
HSL 78º 0.9% 0.41% -
HSV(B) 78º 0.95% 0.78% -
XYZ 32.04 47.17 7.7 -
YUV 161.3 42.62 114.95 -
System Red Green Blue C M Y K H S L
Decimal 143 200 10 0.28 0 0.95 0.22 78 0.9 0.41
Hex 8F C8 A 1C 0 5F 16 4E 5A 29
Octal 217 310 12 34 0 137 26 116 132 51
Binary 10001111 11001000 1010 11100 0 1011111 10110 1001110 1011010 101001

Color Harmonies of #8FC80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC80A

Black with #8FC80A

Text Example


Text Example

White with #8FC80A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,200,10); }

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

background-color css

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

 a { background-color: rgb(143,200,10); }

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

border-color css

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

 span { border-color: rgb(143,200,10); }

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