Html Css Color HEX #8DA60B Citrus

📋 copy color: '#8DA60B'

red 141 ◦ green 166 ◦ blue 11

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

Shades of Citrus #8DA60B

Tints of Citrus #8DA60B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 52.2%

 BLUE value IS 11 (4.69% from 255) = 3.46%

R = 44.34%
G = 52.2%
B = 3.46%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#8DA60B (or 0x8DA60B) is known color: Citrus. HEX triplet: 8D, A6 and 0B. RGB value is (141,166,11). Sum of RGB (Red+Green+Blue) = 141+166+11=318 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.34% from 318); Green value is 166 (65.23% from 255 or 52.20% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 166 - color contains mainly: green. Hex color #8DA60B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA60B is #7259F4. Grayscale: #8D8D8D. Windows color (decimal): -7494133 or 763533. OLE color: 763533.

HSL color Cylindrical-coordinate representation of color #8DA60B: hue angle of 69.68º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8DA60B is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 141 166 11 -
CMYK 0.15 0 0.93 0.35
HSL 69.68º 0.88% 0.35% -
HSV(B) 69.68º 0.93% 0.65% -
XYZ 24.68 32.96 5.38 -
YUV 140.86 54.72 128.1 -
System Red Green Blue C M Y K H S L
Decimal 141 166 11 0.15 0 0.93 0.35 69.68 0.88 0.35
Hex 8D A6 B F 0 5D 23 46 58 23
Octal 215 246 13 17 0 135 43 106 130 43
Binary 10001101 10100110 1011 1111 0 1011101 100011 1000110 1011000 100011

Color Harmonies of #8DA60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA60B

Black with #8DA60B

Text Example


Text Example

White with #8DA60B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,166,11); }

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

background-color css

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

 a { background-color: rgb(141,166,11); }

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

border-color css

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

 span { border-color: rgb(141,166,11); }

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