Html Css Color HEX #8DAD07 Citrus

📋 copy color: '#8DAD07'

red 141 ◦ green 173 ◦ blue 7

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

Shades of Citrus #8DAD07

Tints of Citrus #8DAD07

RGB

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

 GREEN value IS 173 (67.97% from 255) = 53.89%

 BLUE value IS 7 (3.13% from 255) = 2.18%

R = 43.93%
G = 53.89%
B = 2.18%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#8DAD07 (or 0x8DAD07) is known color: Citrus. HEX triplet: 8D, AD and 07. RGB value is (141,173,7). Sum of RGB (Red+Green+Blue) = 141+173+7=321 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.93% from 321); Green value is 173 (67.97% from 255 or 53.89% from 321); Blue value is 7 (3.12% from 255 or 2.18% from 321); Max value from RGB is 173 - color contains mainly: green. Hex color #8DAD07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DAD07 is #7252F8. Grayscale: #919191. Windows color (decimal): -7492345 or 503181. OLE color: 503181.

HSL color Cylindrical-coordinate representation of color #8DAD07: hue angle of 71.57º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8DAD07 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.32.

Color convert

RGB 141 173 7 -
CMYK 0.18 0 0.96 0.32
HSL 71.57º 0.92% 0.35% -
HSV(B) 71.57º 0.96% 0.68% -
XYZ 25.97 35.57 5.7 -
YUV 144.51 50.4 125.5 -
System Red Green Blue C M Y K H S L
Decimal 141 173 7 0.18 0 0.96 0.32 71.57 0.92 0.35
Hex 8D AD 7 12 0 60 20 48 5C 23
Octal 215 255 7 22 0 140 40 110 134 43
Binary 10001101 10101101 111 10010 0 1100000 100000 1001000 1011100 100011

Color Harmonies of #8DAD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAD07

Black with #8DAD07

Text Example


Text Example

White with #8DAD07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,173,7); }

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

background-color css

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

 a { background-color: rgb(141,173,7); }

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

border-color css

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

 span { border-color: rgb(141,173,7); }

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