Html Css Color HEX #8DA126 Citron

📋 copy color: '#8DA126'

red 141 ◦ green 161 ◦ blue 38

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

Shades of Citron #8DA126

Tints of Citron #8DA126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.18%

R = 41.47%
G = 47.35%
B = 11.18%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#8DA126 (or 0x8DA126) is known color: Citron. HEX triplet: 8D, A1 and 26. RGB value is (141,161,38). Sum of RGB (Red+Green+Blue) = 141+161+38=340 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.47% from 340); Green value is 161 (63.28% from 255 or 47.35% from 340); Blue value is 38 (15.23% from 255 or 11.18% from 340); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA126 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA126 is #725ED9. Grayscale: #8D8D8D. Windows color (decimal): -7495386 or 2531725. OLE color: 2531725.

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

Color convert

RGB 141 161 38 -
CMYK 0.12 0 0.76 0.37
HSL 69.76º 0.62% 0.39% -
HSV(B) 69.76º 0.76% 0.63% -
XYZ 24.08 31.29 6.6 -
YUV 141 69.87 128 -
System Red Green Blue C M Y K H S L
Decimal 141 161 38 0.12 0 0.76 0.37 69.76 0.62 0.39
Hex 8D A1 26 C 0 4C 25 46 3E 27
Octal 215 241 46 14 0 114 45 106 76 47
Binary 10001101 10100001 100110 1100 0 1001100 100101 1000110 111110 100111

Color Harmonies of #8DA126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA126

Black with #8DA126

Text Example


Text Example

White with #8DA126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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