Html Css Color HEX #8DC60A Citrus

📋 copy color: '#8DC60A'

red 141 ◦ green 198 ◦ blue 10

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

Shades of Citrus #8DC60A

Tints of Citrus #8DC60A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.87%

R = 40.4%
G = 56.73%
B = 2.87%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#8DC60A (or 0x8DC60A) is known color: Citrus. HEX triplet: 8D, C6 and 0A. RGB value is (141,198,10). Sum of RGB (Red+Green+Blue) = 141+198+10=349 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.40% from 349); Green value is 198 (77.73% from 255 or 56.73% from 349); Blue value is 10 (4.30% from 255 or 2.87% from 349); Max value from RGB is 198 - color contains mainly: green. Hex color #8DC60A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC60A is #7239F5. Grayscale: #A0A0A0. Windows color (decimal): -7485942 or 706189. OLE color: 706189.

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

Color convert

RGB 141 198 10 -
CMYK 0.29 0 0.95 0.22
HSL 78.19º 0.9% 0.41% -
HSV(B) 78.19º 0.95% 0.78% -
XYZ 31.23 46.07 7.53 -
YUV 159.53 43.62 114.79 -
System Red Green Blue C M Y K H S L
Decimal 141 198 10 0.29 0 0.95 0.22 78.19 0.9 0.41
Hex 8D C6 A 1D 0 5F 16 4E 5A 29
Octal 215 306 12 35 0 137 26 116 132 51
Binary 10001101 11000110 1010 11101 0 1011111 10110 1001110 1011010 101001

Color Harmonies of #8DC60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC60A

Black with #8DC60A

Text Example


Text Example

White with #8DC60A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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