Html Css Color HEX #18710C Green

📋 copy color: '#18710C'

red 24 ◦ green 113 ◦ blue 12

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

Shades of Green #18710C

Tints of Green #18710C

RGB

 RED value IS 24 (9.77% from 255) = 16.11%

 GREEN value IS 113 (44.53% from 255) = 75.84%

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

R = 16.11%
G = 75.84%
B = 8.05%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#18710C (or 0x18710C) is known color: Green. HEX triplet: 18, 71 and 0C. RGB value is (24,113,12). Sum of RGB (Red+Green+Blue) = 24+113+12=149 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.11% from 149); Green value is 113 (44.53% from 255 or 75.84% from 149); Blue value is 12 (5.08% from 255 or 8.05% from 149); Max value from RGB is 113 - color contains mainly: green. Hex color #18710C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18710C is #E78EF3. Grayscale: #4B4B4B. Windows color (decimal): -15175412 or 815384. OLE color: 815384.

HSL color Cylindrical-coordinate representation of color #18710C: hue angle of 112.87º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18710C is Cyan = 0.79, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 24 113 12 -
CMYK 0.79 0 0.89 0.56
HSL 112.87º 0.81% 0.25% -
HSV(B) 112.87º 0.89% 0.44% -
XYZ 6.35 12.03 2.34 -
YUV 74.88 92.51 91.71 -
System Red Green Blue C M Y K H S L
Decimal 24 113 12 0.79 0 0.89 0.56 112.87 0.81 0.25
Hex 18 71 C 4F 0 59 38 71 51 19
Octal 30 161 14 117 0 131 70 161 121 31
Binary 11000 1110001 1100 1001111 0 1011001 111000 1110001 1010001 11001

Color Harmonies of #18710C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18710C

Black with #18710C

Text Example


Text Example

White with #18710C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18710C; }

 p { color: rgb(24,113,12); }

 H1.HeaderClassName
 {
   color: #18710C;
 }
 .AnyTagClassName
 {
   color: #18710C;
 }
</style>

background-color css

<style>
 a { background-color: #18710C; }

 a { background-color: rgb(24,113,12); }

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

border-color css

<style>
 span { border-color: #18710C; }

 span { border-color: rgb(24,113,12); }

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