Html Css Color HEX #8F982A Citron

📋 copy color: '#8F982A'

red 143 ◦ green 152 ◦ blue 42

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

Shades of Citron #8F982A

Tints of Citron #8F982A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.1%

 BLUE value IS 42 (16.8% from 255) = 12.46%

R = 42.43%
G = 45.1%
B = 12.46%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.40

RGB Variations

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

Color information

#8F982A (or 0x8F982A) is known color: Citron. HEX triplet: 8F, 98 and 2A. RGB value is (143,152,42). Sum of RGB (Red+Green+Blue) = 143+152+42=337 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.43% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 42 (16.80% from 255 or 12.46% from 337); Max value from RGB is 152 - color contains mainly: green. Hex color #8F982A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F982A is #7067D5. Grayscale: #898989. Windows color (decimal): -7366614 or 2791567. OLE color: 2791567.

HSL color Cylindrical-coordinate representation of color #8F982A: hue angle of 64.91º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8F982A is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB 143 152 42 -
CMYK 0.06 0 0.72 0.40
HSL 64.91º 0.57% 0.38% -
HSV(B) 64.91º 0.72% 0.6% -
XYZ 22.97 28.46 6.47 -
YUV 136.77 74.52 132.44 -
System Red Green Blue C M Y K H S L
Decimal 143 152 42 0.06 0 0.72 0.40 64.91 0.57 0.38
Hex 8F 98 2A 6 0 48 28 41 39 26
Octal 217 230 52 6 0 110 50 101 71 46
Binary 10001111 10011000 101010 110 0 1001000 101000 1000001 111001 100110

Color Harmonies of #8F982A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F982A

Black with #8F982A

Text Example


Text Example

White with #8F982A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,152,42); }

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

background-color css

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

 a { background-color: rgb(143,152,42); }

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

border-color css

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

 span { border-color: rgb(143,152,42); }

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