Html Css Color HEX #8DA30F Citron

📋 copy color: '#8DA30F'

red 141 ◦ green 163 ◦ blue 15

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

Shades of Citron #8DA30F

Tints of Citron #8DA30F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.7%

R = 44.2%
G = 51.1%
B = 4.7%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#8DA30F (or 0x8DA30F) is known color: Citron. HEX triplet: 8D, A3 and 0F. RGB value is (141,163,15). Sum of RGB (Red+Green+Blue) = 141+163+15=319 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.20% from 319); Green value is 163 (64.06% from 255 or 51.10% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 163 - color contains mainly: green. Hex color #8DA30F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA30F is #725CF0. Grayscale: #8C8C8C. Windows color (decimal): -7494897 or 1024909. OLE color: 1024909.

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

Color convert

RGB 141 163 15 -
CMYK 0.13 0 0.91 0.36
HSL 68.92º 0.83% 0.35% -
HSV(B) 68.92º 0.91% 0.64% -
XYZ 24.17 31.89 5.33 -
YUV 139.55 57.71 129.03 -
System Red Green Blue C M Y K H S L
Decimal 141 163 15 0.13 0 0.91 0.36 68.92 0.83 0.35
Hex 8D A3 F D 0 5B 24 45 53 23
Octal 215 243 17 15 0 133 44 105 123 43
Binary 10001101 10100011 1111 1101 0 1011011 100100 1000101 1010011 100011

Color Harmonies of #8DA30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA30F

Black with #8DA30F

Text Example


Text Example

White with #8DA30F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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