Html Css Color HEX #8DA11F Citron

📋 copy color: '#8DA11F'

red 141 ◦ green 161 ◦ blue 31

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

Shades of Citron #8DA11F

Tints of Citron #8DA11F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.31%

R = 42.34%
G = 48.35%
B = 9.31%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#8DA11F (or 0x8DA11F) is known color: Citron. HEX triplet: 8D, A1 and 1F. RGB value is (141,161,31). Sum of RGB (Red+Green+Blue) = 141+161+31=333 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.34% from 333); Green value is 161 (63.28% from 255 or 48.35% from 333); Blue value is 31 (12.5% from 255 or 9.31% from 333); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA11F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA11F is #725EE0. Grayscale: #8C8C8C. Windows color (decimal): -7495393 or 2072973. OLE color: 2072973.

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

Color convert

RGB 141 161 31 -
CMYK 0.12 0 0.81 0.37
HSL 69.23º 0.68% 0.38% -
HSV(B) 69.23º 0.81% 0.63% -
XYZ 23.98 31.25 6.06 -
YUV 140.2 66.37 128.57 -
System Red Green Blue C M Y K H S L
Decimal 141 161 31 0.12 0 0.81 0.37 69.23 0.68 0.38
Hex 8D A1 1F C 0 51 25 45 44 26
Octal 215 241 37 14 0 121 45 105 104 46
Binary 10001101 10100001 11111 1100 0 1010001 100101 1000101 1000100 100110

Color Harmonies of #8DA11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA11F

Black with #8DA11F

Text Example


Text Example

White with #8DA11F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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