Html Css Color HEX #8D9F2A Citron

📋 copy color: '#8D9F2A'

red 141 ◦ green 159 ◦ blue 42

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

Shades of Citron #8D9F2A

Tints of Citron #8D9F2A

RGB

 RED value IS 141 (55.47% from 255) = 41.23%

 GREEN value IS 159 (62.5% from 255) = 46.49%

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

R = 41.23%
G = 46.49%
B = 12.28%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.74

 K value IS 0.38

RGB Variations

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

Color information

#8D9F2A (or 0x8D9F2A) is known color: Citron. HEX triplet: 8D, 9F and 2A. RGB value is (141,159,42). Sum of RGB (Red+Green+Blue) = 141+159+42=342 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.23% from 342); Green value is 159 (62.5% from 255 or 46.49% from 342); Blue value is 42 (16.80% from 255 or 12.28% from 342); Max value from RGB is 159 - color contains mainly: green. Hex color #8D9F2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D9F2A is #7260D5. Grayscale: #8C8C8C. Windows color (decimal): -7495894 or 2793357. OLE color: 2793357.

HSL color Cylindrical-coordinate representation of color #8D9F2A: hue angle of 69.23º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D9F2A is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.38.

Color convert

RGB 141 159 42 -
CMYK 0.11 0 0.74 0.38
HSL 69.23º 0.58% 0.39% -
HSV(B) 69.23º 0.74% 0.62% -
XYZ 23.8 30.63 6.85 -
YUV 140.28 72.54 128.51 -
System Red Green Blue C M Y K H S L
Decimal 141 159 42 0.11 0 0.74 0.38 69.23 0.58 0.39
Hex 8D 9F 2A B 0 4A 26 45 3A 27
Octal 215 237 52 13 0 112 46 105 72 47
Binary 10001101 10011111 101010 1011 0 1001010 100110 1000101 111010 100111

Color Harmonies of #8D9F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9F2A

Black with #8D9F2A

Text Example


Text Example

White with #8D9F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,159,42); }

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

background-color css

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

 a { background-color: rgb(141,159,42); }

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

border-color css

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

 span { border-color: rgb(141,159,42); }

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