Html Css Color HEX #8FA508 Citrus

📋 copy color: '#8FA508'

red 143 ◦ green 165 ◦ blue 8

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

Shades of Citrus #8FA508

Tints of Citrus #8FA508

RGB

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

 GREEN value IS 165 (64.84% from 255) = 52.22%

 BLUE value IS 8 (3.52% from 255) = 2.53%

R = 45.25%
G = 52.22%
B = 2.53%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#8FA508 (or 0x8FA508) is known color: Citrus. HEX triplet: 8F, A5 and 08. RGB value is (143,165,8). Sum of RGB (Red+Green+Blue) = 143+165+8=316 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.25% from 316); Green value is 165 (64.84% from 255 or 52.22% from 316); Blue value is 8 (3.52% from 255 or 2.53% from 316); Max value from RGB is 165 - color contains mainly: green. Hex color #8FA508 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FA508 is #705AF7. Grayscale: #8D8D8D. Windows color (decimal): -7363320 or 566671. OLE color: 566671.

HSL color Cylindrical-coordinate representation of color #8FA508: hue angle of 68.41º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8FA508 is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB 143 165 8 -
CMYK 0.13 0 0.95 0.35
HSL 68.41º 0.91% 0.34% -
HSV(B) 68.41º 0.95% 0.65% -
XYZ 24.83 32.77 5.25 -
YUV 140.52 53.21 129.77 -
System Red Green Blue C M Y K H S L
Decimal 143 165 8 0.13 0 0.95 0.35 68.41 0.91 0.34
Hex 8F A5 8 D 0 5F 23 44 5B 22
Octal 217 245 10 15 0 137 43 104 133 42
Binary 10001111 10100101 1000 1101 0 1011111 100011 1000100 1011011 100010

Color Harmonies of #8FA508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA508

Black with #8FA508

Text Example


Text Example

White with #8FA508

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,165,8); }

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

background-color css

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

 a { background-color: rgb(143,165,8); }

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

border-color css

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

 span { border-color: rgb(143,165,8); }

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