Html Css Color HEX #8DB60C Citrus

📋 copy color: '#8DB60C'

red 141 ◦ green 182 ◦ blue 12

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

Shades of Citrus #8DB60C

Tints of Citrus #8DB60C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 54.33%

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

R = 42.09%
G = 54.33%
B = 3.58%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#8DB60C (or 0x8DB60C) is known color: Citrus. HEX triplet: 8D, B6 and 0C. RGB value is (141,182,12). Sum of RGB (Red+Green+Blue) = 141+182+12=335 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.09% from 335); Green value is 182 (71.48% from 255 or 54.33% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB60C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB60C is #7249F3. Grayscale: #979797. Windows color (decimal): -7490036 or 833165. OLE color: 833165.

HSL color Cylindrical-coordinate representation of color #8DB60C: hue angle of 74.47º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8DB60C is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 141 182 12 -
CMYK 0.23 0 0.93 0.29
HSL 74.47º 0.88% 0.38% -
HSV(B) 74.47º 0.93% 0.71% -
XYZ 27.78 39.15 6.44 -
YUV 150.36 49.92 121.32 -
System Red Green Blue C M Y K H S L
Decimal 141 182 12 0.23 0 0.93 0.29 74.47 0.88 0.38
Hex 8D B6 C 17 0 5D 1D 4A 58 26
Octal 215 266 14 27 0 135 35 112 130 46
Binary 10001101 10110110 1100 10111 0 1011101 11101 1001010 1011000 100110

Color Harmonies of #8DB60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB60C

Black with #8DB60C

Text Example


Text Example

White with #8DB60C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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