Html Css Color HEX #8DA105 Citrus

📋 copy color: '#8DA105'

red 141 ◦ green 161 ◦ blue 5

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

Shades of Citrus #8DA105

Tints of Citrus #8DA105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.63%

R = 45.93%
G = 52.44%
B = 1.63%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#8DA105 (or 0x8DA105) is known color: Citrus. HEX triplet: 8D, A1 and 05. RGB value is (141,161,5). Sum of RGB (Red+Green+Blue) = 141+161+5=307 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.93% from 307); Green value is 161 (63.28% from 255 or 52.44% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA105 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA105 is #725EFA. Grayscale: #898989. Windows color (decimal): -7495419 or 369037. OLE color: 369037.

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

Color convert

RGB 141 161 5 -
CMYK 0.12 0 0.97 0.37
HSL 67.69º 0.94% 0.33% -
HSV(B) 67.69º 0.97% 0.63% -
XYZ 23.76 31.16 4.91 -
YUV 137.24 53.37 130.68 -
System Red Green Blue C M Y K H S L
Decimal 141 161 5 0.12 0 0.97 0.37 67.69 0.94 0.33
Hex 8D A1 5 C 0 61 25 44 5E 21
Octal 215 241 5 14 0 141 45 104 136 41
Binary 10001101 10100001 101 1100 0 1100001 100101 1000100 1011110 100001

Color Harmonies of #8DA105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA105

Black with #8DA105

Text Example


Text Example

White with #8DA105

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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