Html Css Color HEX #8DC60C Citrus

📋 copy color: '#8DC60C'

red 141 ◦ green 198 ◦ blue 12

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

Shades of Citrus #8DC60C

Tints of Citrus #8DC60C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 56.41%

 BLUE value IS 12 (5.08% from 255) = 3.42%

R = 40.17%
G = 56.41%
B = 3.42%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#8DC60C (or 0x8DC60C) is known color: Citrus. HEX triplet: 8D, C6 and 0C. RGB value is (141,198,12). Sum of RGB (Red+Green+Blue) = 141+198+12=351 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.17% from 351); Green value is 198 (77.73% from 255 or 56.41% from 351); Blue value is 12 (5.08% from 255 or 3.42% from 351); Max value from RGB is 198 - color contains mainly: green. Hex color #8DC60C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC60C is #7239F3. Grayscale: #A0A0A0. Windows color (decimal): -7485940 or 837261. OLE color: 837261.

HSL color Cylindrical-coordinate representation of color #8DC60C: hue angle of 78.39º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8DC60C is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 141 198 12 -
CMYK 0.29 0 0.94 0.22
HSL 78.39º 0.89% 0.41% -
HSV(B) 78.39º 0.94% 0.78% -
XYZ 31.24 46.08 7.59 -
YUV 159.75 44.62 114.62 -
System Red Green Blue C M Y K H S L
Decimal 141 198 12 0.29 0 0.94 0.22 78.39 0.89 0.41
Hex 8D C6 C 1D 0 5E 16 4E 59 29
Octal 215 306 14 35 0 136 26 116 131 51
Binary 10001101 11000110 1100 11101 0 1011110 10110 1001110 1011001 101001

Color Harmonies of #8DC60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC60C

Black with #8DC60C

Text Example


Text Example

White with #8DC60C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,198,12); }

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

background-color css

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

 a { background-color: rgb(141,198,12); }

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

border-color css

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

 span { border-color: rgb(141,198,12); }

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