Html Css Color HEX #8FA325 Citron

📋 copy color: '#8FA325'

red 143 ◦ green 163 ◦ blue 37

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

Shades of Citron #8FA325

Tints of Citron #8FA325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.79%

R = 41.69%
G = 47.52%
B = 10.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#8FA325 (or 0x8FA325) is known color: Citron. HEX triplet: 8F, A3 and 25. RGB value is (143,163,37). Sum of RGB (Red+Green+Blue) = 143+163+37=343 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.69% from 343); Green value is 163 (64.06% from 255 or 47.52% from 343); Blue value is 37 (14.84% from 255 or 10.79% from 343); Max value from RGB is 163 - color contains mainly: green. Hex color #8FA325 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA325 is #705CDA. Grayscale: #8F8F8F. Windows color (decimal): -7363803 or 2466703. OLE color: 2466703.

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

Color convert

RGB 143 163 37 -
CMYK 0.12 0 0.77 0.36
HSL 69.52º 0.63% 0.39% -
HSV(B) 69.52º 0.77% 0.64% -
XYZ 24.76 32.17 6.65 -
YUV 142.66 68.37 128.25 -
System Red Green Blue C M Y K H S L
Decimal 143 163 37 0.12 0 0.77 0.36 69.52 0.63 0.39
Hex 8F A3 25 C 0 4D 24 46 3F 27
Octal 217 243 45 14 0 115 44 106 77 47
Binary 10001111 10100011 100101 1100 0 1001101 100100 1000110 111111 100111

Color Harmonies of #8FA325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA325

Black with #8FA325

Text Example


Text Example

White with #8FA325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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