Html Css Color HEX #8FA024 Citron

📋 copy color: '#8FA024'

red 143 ◦ green 160 ◦ blue 36

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

Shades of Citron #8FA024

Tints of Citron #8FA024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.62%

R = 42.18%
G = 47.2%
B = 10.62%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#8FA024 (or 0x8FA024) is known color: Citron. HEX triplet: 8F, A0 and 24. RGB value is (143,160,36). Sum of RGB (Red+Green+Blue) = 143+160+36=339 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.18% from 339); Green value is 160 (62.89% from 255 or 47.20% from 339); Blue value is 36 (14.45% from 255 or 10.62% from 339); Max value from RGB is 160 - color contains mainly: green. Hex color #8FA024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA024 is #705FDB. Grayscale: #8D8D8D. Windows color (decimal): -7364572 or 2400399. OLE color: 2400399.

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

Color convert

RGB 143 160 36 -
CMYK 0.11 0 0.78 0.37
HSL 68.23º 0.63% 0.38% -
HSV(B) 68.23º 0.78% 0.63% -
XYZ 24.22 31.11 6.4 -
YUV 140.78 68.87 129.58 -
System Red Green Blue C M Y K H S L
Decimal 143 160 36 0.11 0 0.78 0.37 68.23 0.63 0.38
Hex 8F A0 24 B 0 4E 25 44 3F 26
Octal 217 240 44 13 0 116 45 104 77 46
Binary 10001111 10100000 100100 1011 0 1001110 100101 1000100 111111 100110

Color Harmonies of #8FA024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA024

Black with #8FA024

Text Example


Text Example

White with #8FA024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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