Html Css Color HEX #8DA70A Citrus

📋 copy color: '#8DA70A'

red 141 ◦ green 167 ◦ blue 10

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

Shades of Citrus #8DA70A

Tints of Citrus #8DA70A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 52.52%

 BLUE value IS 10 (4.3% from 255) = 3.14%

R = 44.34%
G = 52.52%
B = 3.14%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#8DA70A (or 0x8DA70A) is known color: Citrus. HEX triplet: 8D, A7 and 0A. RGB value is (141,167,10). Sum of RGB (Red+Green+Blue) = 141+167+10=318 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.34% from 318); Green value is 167 (65.62% from 255 or 52.52% from 318); Blue value is 10 (4.30% from 255 or 3.14% from 318); Max value from RGB is 167 - color contains mainly: green. Hex color #8DA70A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA70A is #7258F5. Grayscale: #8D8D8D. Windows color (decimal): -7493878 or 698253. OLE color: 698253.

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

Color convert

RGB 141 167 10 -
CMYK 0.16 0 0.94 0.35
HSL 69.94º 0.89% 0.35% -
HSV(B) 69.94º 0.94% 0.65% -
XYZ 24.86 33.32 5.41 -
YUV 141.33 53.89 127.77 -
System Red Green Blue C M Y K H S L
Decimal 141 167 10 0.16 0 0.94 0.35 69.94 0.89 0.35
Hex 8D A7 A 10 0 5E 23 46 59 23
Octal 215 247 12 20 0 136 43 106 131 43
Binary 10001101 10100111 1010 10000 0 1011110 100011 1000110 1011001 100011

Color Harmonies of #8DA70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA70A

Black with #8DA70A

Text Example


Text Example

White with #8DA70A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,167,10); }

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

background-color css

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

 a { background-color: rgb(141,167,10); }

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

border-color css

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

 span { border-color: rgb(141,167,10); }

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