Html Css Color HEX #8FA218 Citron

📋 copy color: '#8FA218'

red 143 ◦ green 162 ◦ blue 24

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

Shades of Citron #8FA218

Tints of Citron #8FA218

RGB

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

 GREEN value IS 162 (63.67% from 255) = 49.24%

 BLUE value IS 24 (9.77% from 255) = 7.29%

R = 43.47%
G = 49.24%
B = 7.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#8FA218 (or 0x8FA218) is known color: Citron. HEX triplet: 8F, A2 and 18. RGB value is (143,162,24). Sum of RGB (Red+Green+Blue) = 143+162+24=329 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.47% from 329); Green value is 162 (63.67% from 255 or 49.24% from 329); Blue value is 24 (9.77% from 255 or 7.29% from 329); Max value from RGB is 162 - color contains mainly: green. Hex color #8FA218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FA218 is #705DE7. Grayscale: #8D8D8D. Windows color (decimal): -7364072 or 1614479. OLE color: 1614479.

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

Color convert

RGB 143 162 24 -
CMYK 0.12 0 0.85 0.36
HSL 68.26º 0.74% 0.36% -
HSV(B) 68.26º 0.85% 0.64% -
XYZ 24.41 31.75 5.71 -
YUV 140.59 62.21 129.72 -
System Red Green Blue C M Y K H S L
Decimal 143 162 24 0.12 0 0.85 0.36 68.26 0.74 0.36
Hex 8F A2 18 C 0 55 24 44 4A 24
Octal 217 242 30 14 0 125 44 104 112 44
Binary 10001111 10100010 11000 1100 0 1010101 100100 1000100 1001010 100100

Color Harmonies of #8FA218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA218

Black with #8FA218

Text Example


Text Example

White with #8FA218

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,162,24); }

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

background-color css

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

 a { background-color: rgb(143,162,24); }

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

border-color css

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

 span { border-color: rgb(143,162,24); }

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