Html Css Color HEX #8DA128 Citron

📋 copy color: '#8DA128'

red 141 ◦ green 161 ◦ blue 40

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

Shades of Citron #8DA128

Tints of Citron #8DA128

RGB

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

 GREEN value IS 161 (63.28% from 255) = 47.08%

 BLUE value IS 40 (16.02% from 255) = 11.7%

R = 41.23%
G = 47.08%
B = 11.7%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#8DA128 (or 0x8DA128) is known color: Citron. HEX triplet: 8D, A1 and 28. RGB value is (141,161,40). Sum of RGB (Red+Green+Blue) = 141+161+40=342 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.23% from 342); Green value is 161 (63.28% from 255 or 47.08% from 342); Blue value is 40 (16.02% from 255 or 11.70% from 342); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA128 is #725ED7. Grayscale: #8D8D8D. Windows color (decimal): -7495384 or 2662797. OLE color: 2662797.

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

Color convert

RGB 141 161 40 -
CMYK 0.12 0 0.75 0.37
HSL 69.92º 0.6% 0.39% -
HSV(B) 69.92º 0.75% 0.63% -
XYZ 24.11 31.31 6.78 -
YUV 141.23 70.87 127.84 -
System Red Green Blue C M Y K H S L
Decimal 141 161 40 0.12 0 0.75 0.37 69.92 0.6 0.39
Hex 8D A1 28 C 0 4B 25 46 3C 27
Octal 215 241 50 14 0 113 45 106 74 47
Binary 10001101 10100001 101000 1100 0 1001011 100101 1000110 111100 100111

Color Harmonies of #8DA128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA128

Black with #8DA128

Text Example


Text Example

White with #8DA128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,161,40); }

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

background-color css

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

 a { background-color: rgb(141,161,40); }

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

border-color css

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

 span { border-color: rgb(141,161,40); }

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