Html Css Color HEX #8DA221 Citron

📋 copy color: '#8DA221'

red 141 ◦ green 162 ◦ blue 33

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

Shades of Citron #8DA221

Tints of Citron #8DA221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.82%

R = 41.96%
G = 48.21%
B = 9.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#8DA221 (or 0x8DA221) is known color: Citron. HEX triplet: 8D, A2 and 21. RGB value is (141,162,33). Sum of RGB (Red+Green+Blue) = 141+162+33=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 162 (63.67% from 255 or 48.21% from 336); Blue value is 33 (13.28% from 255 or 9.82% from 336); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA221 is #725DDE. Grayscale: #8D8D8D. Windows color (decimal): -7495135 or 2204301. OLE color: 2204301.

HSL color Cylindrical-coordinate representation of color #8DA221: hue angle of 69.77º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8DA221 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 141 162 33 -
CMYK 0.13 0 0.80 0.36
HSL 69.77º 0.66% 0.38% -
HSV(B) 69.77º 0.8% 0.64% -
XYZ 24.18 31.61 6.27 -
YUV 141.02 67.04 127.99 -
System Red Green Blue C M Y K H S L
Decimal 141 162 33 0.13 0 0.80 0.36 69.77 0.66 0.38
Hex 8D A2 21 D 0 50 24 46 42 26
Octal 215 242 41 15 0 120 44 106 102 46
Binary 10001101 10100010 100001 1101 0 1010000 100100 1000110 1000010 100110

Color Harmonies of #8DA221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA221

Black with #8DA221

Text Example


Text Example

White with #8DA221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,162,33); }

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

background-color css

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

 a { background-color: rgb(141,162,33); }

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

border-color css

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

 span { border-color: rgb(141,162,33); }

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