Html Css Color HEX #8FA805 Citrus

📋 copy color: '#8FA805'

red 143 ◦ green 168 ◦ blue 5

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

Shades of Citrus #8FA805

Tints of Citrus #8FA805

RGB

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

 GREEN value IS 168 (66.02% from 255) = 53.16%

 BLUE value IS 5 (2.34% from 255) = 1.58%

R = 45.25%
G = 53.16%
B = 1.58%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.97

 K value IS 0.34

RGB Variations

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

Color information

#8FA805 (or 0x8FA805) is known color: Citrus. HEX triplet: 8F, A8 and 05. RGB value is (143,168,5). Sum of RGB (Red+Green+Blue) = 143+168+5=316 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.25% from 316); Green value is 168 (66.02% from 255 or 53.16% from 316); Blue value is 5 (2.34% from 255 or 1.58% from 316); Max value from RGB is 168 - color contains mainly: green. Hex color #8FA805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FA805 is #7057FA. Grayscale: #8E8E8E. Windows color (decimal): -7362555 or 370831. OLE color: 370831.

HSL color Cylindrical-coordinate representation of color #8FA805: hue angle of 69.2º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8FA805 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.34.

Color convert

RGB 143 168 5 -
CMYK 0.15 0 0.97 0.34
HSL 69.2º 0.94% 0.34% -
HSV(B) 69.2º 0.97% 0.66% -
XYZ 25.36 33.86 5.34 -
YUV 141.94 50.72 128.75 -
System Red Green Blue C M Y K H S L
Decimal 143 168 5 0.15 0 0.97 0.34 69.2 0.94 0.34
Hex 8F A8 5 F 0 61 22 45 5E 22
Octal 217 250 5 17 0 141 42 105 136 42
Binary 10001111 10101000 101 1111 0 1100001 100010 1000101 1011110 100010

Color Harmonies of #8FA805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA805

Black with #8FA805

Text Example


Text Example

White with #8FA805

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,168,5); }

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

background-color css

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

 a { background-color: rgb(143,168,5); }

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

border-color css

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

 span { border-color: rgb(143,168,5); }

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