#8FC90A

Color #8FC90A Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #8FC90A

Tints of Citrus #8FC90A

Color information

#8FC90A (or 0x8FC90A) is unknown color: approx Citrus. HEX triplet: 8F, C9 and 0A. RGB value is (143,201,10). Sum of RGB (Red+Green+Blue) = 143+201+10=354 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.40% from 354); Green value is 201 (78.91% from 255 or 56.78% from 354); Blue value is 10 (4.30% from 255 or 2.82% from 354); Max value from RGB is 201 - color contains mainly: green. Hex color #8FC90A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC90A is #7036F5. Grayscale: #A2A2A2. Windows color (decimal): -7354102 or 706959. OLE color: 706959.

HSL color Cylindrical-coordinate representation of color #8FC90A: hue angle of 78.22º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8FC90A is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB14320110-
CMYK0.2900.950.21
HSL78.22º90.52%41.37%-
HSV(B)78.22º95.02%78.82%-
XYZ32.2747.637.78-
YUV161.8842.28114.53-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.40%
GREEN value IS 201 (78.91% from 255) = 56.78%
BLUE value IS 10 (4.30% from 255) = 2.82%
R=40.40%
G=56.78%
B=2.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal143201100.2900.950.2178.2290.5241.37
Hex8FC9A1D05F154e5b29
Octal217311123501372511613351
Binary1000111111001001101011101010111111010110011101011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC90A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8FC90A;
 }
 .AnyTagClassName
 {
   color: #8FC90A;
 }
</style>
background-color css

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

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

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

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

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

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