Html Css Color HEX #8FA800 Citrus

📋 copy color: '#8FA800'

red 143 ◦ green 168 ◦ blue 0

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

Shades of Citrus #8FA800

Tints of Citrus #8FA800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.98%
G = 54.02%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#8FA800 (or 0x8FA800) is known color: Citrus. HEX triplet: 8F, A8 and 00. RGB value is (143,168,0). Sum of RGB (Red+Green+Blue) = 143+168+0=311 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.98% from 311); Green value is 168 (66.02% from 255 or 54.02% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 168 - color contains mainly: green. Hex color #8FA800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FA800 is #7057FF. Grayscale: #8E8E8E. Windows color (decimal): -7362560 or 43151. OLE color: 43151.

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

Color convert

RGB 143 168 0 -
CMYK 0.15 0 1 0.34
HSL 68.93º 1% 0.33% -
HSV(B) 68.93º 1% 0.66% -
XYZ 25.33 33.84 5.2 -
YUV 141.37 48.22 129.16 -
System Red Green Blue C M Y K H S L
Decimal 143 168 0 0.15 0 1 0.34 68.93 1 0.33
Hex 8F A8 0 F 0 64 22 45 64 21
Octal 217 250 0 17 0 144 42 105 144 41
Binary 10001111 10101000 0 1111 0 1100100 100010 1000101 1100100 100001

Color Harmonies of #8FA800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA800

Black with #8FA800

Text Example


Text Example

White with #8FA800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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