Html Css Color HEX #8DA308 Citron

📋 copy color: '#8DA308'

red 141 ◦ green 163 ◦ blue 8

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

Shades of Citron #8DA308

Tints of Citron #8DA308

RGB

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

 GREEN value IS 163 (64.06% from 255) = 52.24%

 BLUE value IS 8 (3.52% from 255) = 2.56%

R = 45.19%
G = 52.24%
B = 2.56%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#8DA308 (or 0x8DA308) is known color: Citron. HEX triplet: 8D, A3 and 08. RGB value is (141,163,8). Sum of RGB (Red+Green+Blue) = 141+163+8=312 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.19% from 312); Green value is 163 (64.06% from 255 or 52.24% from 312); Blue value is 8 (3.52% from 255 or 2.56% from 312); Max value from RGB is 163 - color contains mainly: green. Hex color #8DA308 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA308 is #725CF7. Grayscale: #8B8B8B. Windows color (decimal): -7494904 or 566157. OLE color: 566157.

HSL color Cylindrical-coordinate representation of color #8DA308: hue angle of 68.52º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8DA308 is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB 141 163 8 -
CMYK 0.13 0 0.95 0.36
HSL 68.52º 0.91% 0.34% -
HSV(B) 68.52º 0.95% 0.64% -
XYZ 24.13 31.87 5.11 -
YUV 138.75 54.21 129.6 -
System Red Green Blue C M Y K H S L
Decimal 141 163 8 0.13 0 0.95 0.36 68.52 0.91 0.34
Hex 8D A3 8 D 0 5F 24 45 5B 22
Octal 215 243 10 15 0 137 44 105 133 42
Binary 10001101 10100011 1000 1101 0 1011111 100100 1000101 1011011 100010

Color Harmonies of #8DA308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA308

Black with #8DA308

Text Example


Text Example

White with #8DA308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,163,8); }

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

background-color css

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

 a { background-color: rgb(141,163,8); }

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

border-color css

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

 span { border-color: rgb(141,163,8); }

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