Html Css Color HEX #8DC014 Citrus

📋 copy color: '#8DC014'

red 141 ◦ green 192 ◦ blue 20

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

Shades of Citrus #8DC014

Tints of Citrus #8DC014

RGB

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

 GREEN value IS 192 (75.39% from 255) = 54.39%

 BLUE value IS 20 (8.2% from 255) = 5.67%

R = 39.94%
G = 54.39%
B = 5.67%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#8DC014 (or 0x8DC014) is known color: Citrus. HEX triplet: 8D, C0 and 14. RGB value is (141,192,20). Sum of RGB (Red+Green+Blue) = 141+192+20=353 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.94% from 353); Green value is 192 (75.39% from 255 or 54.39% from 353); Blue value is 20 (8.20% from 255 or 5.67% from 353); Max value from RGB is 192 - color contains mainly: green. Hex color #8DC014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC014 is #723FEB. Grayscale: #9D9D9D. Windows color (decimal): -7487468 or 1360013. OLE color: 1360013.

HSL color Cylindrical-coordinate representation of color #8DC014: hue angle of 77.79º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8DC014 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 141 192 20 -
CMYK 0.27 0 0.90 0.25
HSL 77.79º 0.81% 0.42% -
HSV(B) 77.79º 0.9% 0.75% -
XYZ 29.96 43.41 7.46 -
YUV 157.14 50.6 116.49 -
System Red Green Blue C M Y K H S L
Decimal 141 192 20 0.27 0 0.90 0.25 77.79 0.81 0.42
Hex 8D C0 14 1B 0 5A 19 4E 51 2A
Octal 215 300 24 33 0 132 31 116 121 52
Binary 10001101 11000000 10100 11011 0 1011010 11001 1001110 1010001 101010

Color Harmonies of #8DC014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC014

Black with #8DC014

Text Example


Text Example

White with #8DC014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,192,20); }

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

background-color css

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

 a { background-color: rgb(141,192,20); }

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

border-color css

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

 span { border-color: rgb(141,192,20); }

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