Html Css Color HEX #8FA308 Citrus

📋 copy color: '#8FA308'

red 143 ◦ green 163 ◦ blue 8

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

Shades of Citrus #8FA308

Tints of Citrus #8FA308

RGB

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

 GREEN value IS 163 (64.06% from 255) = 51.91%

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

R = 45.54%
G = 51.91%
B = 2.55%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#8FA308 (or 0x8FA308) is known color: Citrus. HEX triplet: 8F, A3 and 08. RGB value is (143,163,8). Sum of RGB (Red+Green+Blue) = 143+163+8=314 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.54% from 314); Green value is 163 (64.06% from 255 or 51.91% from 314); Blue value is 8 (3.52% from 255 or 2.55% from 314); Max value from RGB is 163 - color contains mainly: green. Hex color #8FA308 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FA308 is #705CF7. Grayscale: #8B8B8B. Windows color (decimal): -7363832 or 566159. OLE color: 566159.

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

Color convert

RGB 143 163 8 -
CMYK 0.12 0 0.95 0.36
HSL 67.74º 0.91% 0.34% -
HSV(B) 67.74º 0.95% 0.64% -
XYZ 24.47 32.05 5.13 -
YUV 139.35 53.87 130.6 -
System Red Green Blue C M Y K H S L
Decimal 143 163 8 0.12 0 0.95 0.36 67.74 0.91 0.34
Hex 8F A3 8 C 0 5F 24 44 5B 22
Octal 217 243 10 14 0 137 44 104 133 42
Binary 10001111 10100011 1000 1100 0 1011111 100100 1000100 1011011 100010

Color Harmonies of #8FA308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA308

Black with #8FA308

Text Example


Text Example

White with #8FA308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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