Html Css Color HEX #8FA007 Citron

📋 copy color: '#8FA007'

red 143 ◦ green 160 ◦ blue 7

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

Shades of Citron #8FA007

Tints of Citron #8FA007

RGB

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

 GREEN value IS 160 (62.89% from 255) = 51.61%

 BLUE value IS 7 (3.13% from 255) = 2.26%

R = 46.13%
G = 51.61%
B = 2.26%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#8FA007 (or 0x8FA007) is known color: Citron. HEX triplet: 8F, A0 and 07. RGB value is (143,160,7). Sum of RGB (Red+Green+Blue) = 143+160+7=310 (41% of max value = 765). Red value is 143 (56.25% from 255 or 46.13% from 310); Green value is 160 (62.89% from 255 or 51.61% from 310); Blue value is 7 (3.12% from 255 or 2.26% from 310); Max value from RGB is 160 - color contains mainly: green. Hex color #8FA007 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FA007 is #705FF8. Grayscale: #8A8A8A. Windows color (decimal): -7364601 or 499855. OLE color: 499855.

HSL color Cylindrical-coordinate representation of color #8FA007: hue angle of 66.67º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8FA007 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB 143 160 7 -
CMYK 0.11 0 0.96 0.37
HSL 66.67º 0.92% 0.33% -
HSV(B) 66.67º 0.96% 0.63% -
XYZ 23.94 31 4.92 -
YUV 137.48 54.37 131.94 -
System Red Green Blue C M Y K H S L
Decimal 143 160 7 0.11 0 0.96 0.37 66.67 0.92 0.33
Hex 8F A0 7 B 0 60 25 43 5C 21
Octal 217 240 7 13 0 140 45 103 134 41
Binary 10001111 10100000 111 1011 0 1100000 100101 1000011 1011100 100001

Color Harmonies of #8FA007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA007

Black with #8FA007

Text Example


Text Example

White with #8FA007

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,160,7); }

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

background-color css

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

 a { background-color: rgb(143,160,7); }

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

border-color css

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

 span { border-color: rgb(143,160,7); }

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